public class SetChallengeValueException extends AuthSelfServiceException
| Constructor and Description |
|---|
SetChallengeValueException()
Constructs a
SetChallengeValueException with no detail message. |
SetChallengeValueException(java.lang.String message)
Constructs a
SetChallengeValueException with the specified detail message. |
SetChallengeValueException(java.lang.String message,
java.lang.String errorCode,
java.lang.String[] errorData,
java.lang.Throwable cause)
Constructs a
SetChallengeValueException with the specified message, errorCode and params. |
SetChallengeValueException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
SetChallengeValueException with the specified detail message and cause. |
SetChallengeValueException(java.lang.Throwable cause)
Constructs a
SetChallengeValueException with the specified cause. |
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic SetChallengeValueException()
SetChallengeValueException with no detail message.public SetChallengeValueException(java.lang.String message)
SetChallengeValueException with the specified detail message.message - the detail messagepublic SetChallengeValueException(java.lang.String message,
java.lang.Throwable cause)
SetChallengeValueException with the specified detail message and cause.message - the detail messagecause - the causepublic SetChallengeValueException(java.lang.Throwable cause)
SetChallengeValueException with the specified cause.cause - the causepublic SetChallengeValueException(java.lang.String message,
java.lang.String errorCode,
java.lang.String[] errorData,
java.lang.Throwable cause)
SetChallengeValueException 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