public class AuthSelfServiceException
extends oracle.iam.platform.utils.SuperException
Constructor and Description |
---|
AuthSelfServiceException()
Constructs a
AuthSelfServiceException with null as its
detail message. |
AuthSelfServiceException(java.lang.String message)
Constructs a
AuthSelfServiceException with the specified
detail message. |
AuthSelfServiceException(java.lang.String message,
java.lang.String errorCode,
java.lang.String[] errorData,
java.lang.Throwable cause)
Constructs a
AuthSelfServiceException with the specified message, errorCode and params. |
AuthSelfServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
AuthSelfServiceException with the specified
detail message and cause. |
AuthSelfServiceException(java.lang.Throwable cause)
Constructs a
AuthSelfServiceException with the specified
cause. |
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public AuthSelfServiceException()
AuthSelfServiceException
with null as its
detail message.public AuthSelfServiceException(java.lang.String message)
AuthSelfServiceException
with the specified
detail message.message
- the detail messagepublic AuthSelfServiceException(java.lang.String message, java.lang.Throwable cause)
AuthSelfServiceException
with the specified
detail message and cause.message
- the detail messagecause
- the causepublic AuthSelfServiceException(java.lang.Throwable cause)
AuthSelfServiceException
with the specified
cause.cause
- the causepublic AuthSelfServiceException(java.lang.String message, java.lang.String errorCode, java.lang.String[] errorData, java.lang.Throwable cause)
AuthSelfServiceException
with the specified message, errorCode and params.message
- the detail messageerrorCode
- the eror code for the messageerrorData
- the parameters to fill in the error message.cause
- the cause