Class QuestionnaireException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.questionnaire.service.api.QuestionnaireException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QuestionnaireSessionCreationFailedException
public class QuestionnaireException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuestionnaireException()QuestionnaireException(String message)QuestionnaireException(String message, Throwable cause)QuestionnaireException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)QuestionnaireException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-