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