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

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.shared.locale.L10NMessageImpl
              上位を拡張 com.sun.identity.authentication.service.AuthException
                  上位を拡張 com.sun.identity.authentication.spi.AMAuthCallBackException

public class AMAuthCallBackException
extends AuthException

The AMAuthCallBackException is used to specify an exception related to an authentication framework callback.

関連項目:
AMAuthCallBack, 直列化された形式

コンストラクタの概要
AMAuthCallBackException(String message)
          Creates AMAuthCallBackException object.
AMAuthCallBackException(String errorCode, Object[] args)
          Creates AMAuthCallBackException object.
AMAuthCallBackException(Throwable t)
          Creates AMAuthCallBackException object.
 

コンストラクタの詳細

AMAuthCallBackException

public AMAuthCallBackException(String errorCode,
                               Object[] args)
Creates AMAuthCallBackException object.

パラメータ:
errorCode - Key of the error message in resource bundle.
args - Arguments to the message.

AMAuthCallBackException

public AMAuthCallBackException(String message)
Creates AMAuthCallBackException object.

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

AMAuthCallBackException

public AMAuthCallBackException(Throwable t)
Creates AMAuthCallBackException object.

パラメータ:
t - Root cause of this exception.