Class BaseTrainingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.training.common.exception.BaseTrainingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownPartyTrainingClassNameException,UnknownPartyTrainingClassSessionAnswerException,UnknownPartyTrainingClassSessionPageException,UnknownPartyTrainingClassSessionQuestionException,UnknownPartyTrainingClassSessionSequenceException,UnknownPartyTrainingClassSessionStatusException,UnknownTrainingClassAnswerNameException,UnknownTrainingClassNameException,UnknownTrainingClassQuestionNameException,UnknownTrainingClassSectionNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BaseTrainingExceptionprotectedBaseTrainingException(Message message) Creates a new instance of BaseTrainingExceptionprotectedBaseTrainingException(String message) Creates a new instance of BaseTrainingExceptionprotectedBaseTrainingException(Throwable cause) Creates a new instance of BaseTrainingException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseTrainingException
protected BaseTrainingException()Creates a new instance of BaseTrainingException -
BaseTrainingException
Creates a new instance of BaseTrainingException -
BaseTrainingException
Creates a new instance of BaseTrainingException -
BaseTrainingException
Creates a new instance of BaseTrainingException
-