public class AMAuthCallBackException extends AuthException
AMAuthCallBackException
is used to specify an exception
related to an authentication framework callback.AMAuthCallBack
,
Serialized FormConstructor and Description |
---|
AMAuthCallBackException(String message)
Creates
AMAuthCallBackException object. |
AMAuthCallBackException(String errorCode,
Object[] args)
Creates
AMAuthCallBackException object. |
AMAuthCallBackException(Throwable t)
Creates
AMAuthCallBackException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AMAuthCallBackException(String errorCode, Object[] args)
AMAuthCallBackException
object.errorCode
- Key of the error message in resource bundle.args
- Arguments to the message.public AMAuthCallBackException(String message)
AMAuthCallBackException
object.message
- English message for this exception.public AMAuthCallBackException(Throwable t)
AMAuthCallBackException
object.t
- Root cause of this exception.Copyright © 2010-2018, ForgeRock All Rights Reserved.