Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.portal.PortalException
com.webmethods.portal.service.dir.AuthenticationException
All Implemented Interfaces:
IPortalException, Serializable
Direct Known Subclasses:
TotpAuthenticationException

public class AuthenticationException extends PortalException
See Also:
  • Field Details

    • m_userID

      protected String m_userID
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String userID)
      Constructor to create a localized exception message. The ResourceBundle will be inferred from the source paramter The messageKey will be used to obtain the correct localized message
    • AuthenticationException

      public AuthenticationException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs)