|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.sun.identity.authentication.spi.AuthenticationException
public class AuthenticationException
AuthenticationException class is for handling Exception that
is thrown when the user-entered tokens cause the authentication module to
be authenticated to fail.
| Constructor Summary | |
|---|---|
AuthenticationException(String msg)
Creates AuthenticationException object with given message. |
|
AuthenticationException(String rbName,
String errorCode,
Object[] args)
Creates AuthenticationException with the message from
the given resource bundle, for a given error message key
errorCode and using arguments to the message. |
|
| Constructor Detail |
|---|
public AuthenticationException(String msg)
AuthenticationException object with given message.
msg - English message of this exception.
public AuthenticationException(String rbName,
String errorCode,
Object[] args)
AuthenticationException with the message from
the given resource bundle, for a given error message key
errorCode and using arguments to the message.
rbName - Resource bundle name for the messageerrorCode - Key to the message in resource bundle.args - Arguments to the message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||