Class 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
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 com.sun.identity.shared.locale.L10NMessage,Serializable
@SupportedAll public class AMAuthCallBackException extends com.sun.identity.authentication.service.AuthException
TheAMAuthCallBackExceptionis used to specify an exception related to an authentication framework callback.- See Also:
 AMAuthCallBack, Serialized Form
 
- 
- 
Constructor Summary
Constructors Constructor Description AMAuthCallBackException(String message)CreatesAMAuthCallBackExceptionobject.AMAuthCallBackException(String errorCode, Object[] args)CreatesAMAuthCallBackExceptionobject.AMAuthCallBackException(Throwable t)CreatesAMAuthCallBackExceptionobject. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AMAuthCallBackException
public AMAuthCallBackException(String errorCode, Object[] args)
CreatesAMAuthCallBackExceptionobject.- Parameters:
 errorCode- Key of the error message in resource bundle.args- Arguments to the message.
 
- 
AMAuthCallBackException
public AMAuthCallBackException(String message)
CreatesAMAuthCallBackExceptionobject.- Parameters:
 message- English message for this exception.
 
- 
AMAuthCallBackException
public AMAuthCallBackException(Throwable t)
CreatesAMAuthCallBackExceptionobject.- Parameters:
 t- Root cause of this exception.
 
 - 
 
 -