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. |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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–2025 Open Identity Platform Community. All rights reserved.