|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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.
| コンストラクタの概要 | |
|---|---|
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. |
|
| コンストラクタの詳細 |
|---|
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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||