|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.UserNamePasswordValidationException
public class UserNamePasswordValidationException
This class is for handling Exception that is thrown when the user name password validation plugin is failed or any invalid characters detected in user name.
| コンストラクタの概要 | |
|---|---|
UserNamePasswordValidationException(String message)
Creates UserNamePasswordValidationException with
given message. |
|
UserNamePasswordValidationException(String rbName,
String errorCode,
Object[] args)
Creates UserNamePasswordValidationException with the
message from the given resource bundle, for a given error message key
(errorCode) and using arguments to the message. |
|
UserNamePasswordValidationException(Throwable t)
Creates UserNamePasswordValidationException with given
Throwable. |
|
| メソッドの概要 |
|---|
| クラス com.sun.identity.authentication.spi.AuthLoginException から継承されたメソッド |
|---|
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, printStackTrace, printStackTrace, printStackTrace |
| コンストラクタの詳細 |
|---|
public UserNamePasswordValidationException(String rbName,
String errorCode,
Object[] args)
UserNamePasswordValidationException 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 error message.errorCode - Key to the message in resource bundle.args - Arguments to the message.public UserNamePasswordValidationException(String message)
UserNamePasswordValidationException with
given message.
message - English message for the exception.public UserNamePasswordValidationException(Throwable t)
UserNamePasswordValidationException with given
Throwable.
t - the root cause of the exception
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||