public class AuthenticationException extends PortalException
PortalException.IPortalExceptionDelegate
Modifier and Type | Field and Description |
---|---|
protected String |
m_userID |
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 and Description |
---|
AuthenticationException(Class<? extends ResourceBundle> resourceBundleClass,
String messageKey,
Object[] messageArgs) |
AuthenticationException(String userID)
Constructor to create a localized exception message.
|
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
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace, toString
protected String m_userID
public AuthenticationException(String userID)
ResourceBundle
will be inferred from the source
paramter
The messageKey will be used to obtain the correct localized messagepublic AuthenticationException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs)