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