com.sun.identity.authentication.spi
クラス UserNamePasswordValidationException

java.lang.Object
  上位を拡張 java.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
extends AuthLoginException

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
 

コンストラクタの詳細

UserNamePasswordValidationException

public 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.

パラメータ:
rbName - Resource bundle name for the error message.
errorCode - Key to the message in resource bundle.
args - Arguments to the message.

UserNamePasswordValidationException

public UserNamePasswordValidationException(String message)
Creates UserNamePasswordValidationException with given message.

パラメータ:
message - English message for the exception.

UserNamePasswordValidationException

public UserNamePasswordValidationException(Throwable t)
Creates UserNamePasswordValidationException with given Throwable.

パラメータ:
t - the root cause of the exception