|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.chwf.i18n.MessageException | +--org.chwf.plugin.AuthenticationException
Exception thrown for security exceptions.
Field Summary | |
static java.lang.String |
MESSAGE_USER_NOT_AUTHENTICATED
Message key. |
Constructor Summary | |
AuthenticationException(java.lang.String pattern)
Constructor. |
Methods inherited from class org.chwf.i18n.MessageException |
getMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String MESSAGE_USER_NOT_AUTHENTICATED
Constructor Detail |
public AuthenticationException(java.lang.String pattern)
Message
and
MessageException
for details on its parameters.pattern
- The message pattern, using the rules of
MessageFormat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |