com.sun.identity.authentication.spi
Class AMAuthCallBackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.shared.locale.L10NMessageImpl
              extended by com.sun.identity.authentication.service.AuthException
                  extended by 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.

See Also:
AMAuthCallBack, Serialized Form

Constructor Summary
AMAuthCallBackException(String message)
          Creates AMAuthCallBackException object.
AMAuthCallBackException(String errorCode, Object[] args)
          Creates AMAuthCallBackException object.
AMAuthCallBackException(Throwable t)
          Creates AMAuthCallBackException object.
 

Constructor Detail

AMAuthCallBackException

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

Parameters:
errorCode - Key of the error message in resource bundle.
args - Arguments to the message.

AMAuthCallBackException

public AMAuthCallBackException(String message)
Creates AMAuthCallBackException object.

Parameters:
message - English message for this exception.

AMAuthCallBackException

public AMAuthCallBackException(Throwable t)
Creates AMAuthCallBackException object.

Parameters:
t - Root cause of this exception.