public class NumberOfChallengesMismatchException extends AuthSelfServiceException
| Constructor and Description |
|---|
NumberOfChallengesMismatchException(java.lang.String message)
Constructs a
NumberOfChallengesMismatchException with the specified detail message. |
NumberOfChallengesMismatchException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
NumberOfChallengesMismatchException with the specified detail message and cause. |
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic NumberOfChallengesMismatchException(java.lang.String message,
java.lang.Throwable cause)
NumberOfChallengesMismatchException with the specified detail message and cause.message - the detail messagecause - the causepublic NumberOfChallengesMismatchException(java.lang.String message)
NumberOfChallengesMismatchException with the specified detail message.message - the detail message