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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.webmethods.portal.PortalException
PortalException.IPortalExceptionDelegate
-
Field Summary
FieldsFields inherited from class com.webmethods.portal.PortalException
CURRENT_ERROR_LIST, EXCEPTION_DELEGATE_CLASS_NAME, logger, m_context, m_errorList, m_ignoreTargetMessage, m_isExpected, m_isLocalizable, m_messageArgs, m_messageInfo, m_messageKey, m_resBundleClass, m_target, s_portalExceptionDelegate
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException
(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs) AuthenticationException
(String userID) Constructor to create a localized exception message. -
Method Summary
Methods inherited from class com.webmethods.portal.PortalException
addDetailsMesasge, addDetailsMessage, checkExpected, getCause, getContext, getErrorList, getErrorList, getGlobalProvider, getLocalizedMessage, getMessage, getMessageKey, getTargetException, getTLS, initDetailsMessage, isExpected, notImplemented, printFullStackTrace, printFullStackTrace, printStackTrace, printStackTrace, printStackTrace, putTLS, removeTLS, reset, reuseOrWrapException, setContext, setExpected, setIgnoreTargetMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
m_userID
-
-
Constructor Details
-
AuthenticationException
Constructor to create a localized exception message. TheResourceBundle
will be inferred from thesource
paramter The messageKey will be used to obtain the correct localized message -
AuthenticationException
public AuthenticationException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs)
-