public class AMPostCallBackException extends AMException
AMPostCallBackException
is a subclass of
AMException
which is used by all implementations of
AMCallback
. This exception should be thrown by the callback
plugins in the post callback methods called by SDK. This helps distinguish a
post-callback exception from normal SDK exceptions and can be handled
differently by any applications using the SDK, if they wish to.Constructor and Description |
---|
AMPostCallBackException(SSOToken token,
String errorCode)
Deprecated.
Constructs a new
AMPostCallBackException with detailed
message. |
AMPostCallBackException(SSOToken token,
String errorCode,
UMSException ue)
Deprecated.
Constructs a new
AMPostCallBackException with detailed
message. |
AMPostCallBackException(String msg,
String errorCode)
Deprecated.
Constructs a new
AMPostCallBackException with detailed
message. |
AMPostCallBackException(String msg,
String errorCode,
Object[] args)
Deprecated.
Constructs a new
AMPostCallBackException with detailed
message. |
AMPostCallBackException(String msg,
String errorCode,
Object[] args,
UMSException ue)
Deprecated.
Constructs a new
AMPostCallBackException with detailed
message. |
AMPostCallBackException(String msg,
String errorCode,
UMSException ue)
Deprecated.
Constructs a new
AMPostCallBackException with detailed
message. |
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AMPostCallBackException(String msg, String errorCode)
AMPostCallBackException
with detailed
message.msg
- The detailed message.errorCode
- Matches the appropriate entry in
amProfile.properties
.public AMPostCallBackException(SSOToken token, String errorCode)
AMPostCallBackException
with detailed
message.token
- A valid single sign on token of the user performing the
operation.errorCode
- error code.public AMPostCallBackException(String msg, String errorCode, UMSException ue)
AMPostCallBackException
with detailed
message.msg
- The detailed message.errorCode
- Matches the appropriate entry in
amProfile.properties
.ue
- if the root case is a UMSException
public AMPostCallBackException(SSOToken token, String errorCode, UMSException ue)
AMPostCallBackException
with detailed
message.token
- a valid single sign on token of the user performing the
operation.errorCode
- Matches the appropriate entry in
amProfile.properties
.ue
- if the root case is a UMSException
public AMPostCallBackException(String msg, String errorCode, Object[] args)
AMPostCallBackException
with detailed
message.msg
- The detailed message.errorCode
- Matches the appropriate entry in
amProfile.properties
.args
- if the error message needs specific values to be setpublic AMPostCallBackException(String msg, String errorCode, Object[] args, UMSException ue)
AMPostCallBackException
with detailed
message.msg
- The detailed message.errorCode
- Matches the appropriate entry in
amProfile.properties
.args
- if the error message needs specific values to be setue
- if the root case is a UMSException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.