public class InvalidQuestionException extends AuthSelfServiceException
Constructor and Description |
---|
InvalidQuestionException(java.lang.String message)
Constructs a
InvalidQuestionException with the specified detail message. |
InvalidQuestionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
InvalidQuestionException 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 InvalidQuestionException(java.lang.String message, java.lang.Throwable cause)
InvalidQuestionException
with the specified detail message and cause.message
- the detail messagecause
- the causepublic InvalidQuestionException(java.lang.String message)
InvalidQuestionException
with the specified detail message.message
- the detail message