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