Class BasePeriodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.period.common.exception.BasePeriodException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicatePeriodKindNameException,UnknownDefaultPeriodKindException,UnknownPeriodKindNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BasePeriodExceptionprotectedBasePeriodException(Message message) Creates a new instance of BasePeriodExceptionprotectedBasePeriodException(String message) Creates a new instance of BasePeriodExceptionprotectedBasePeriodException(Throwable cause) Creates a new instance of BasePeriodException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BasePeriodException
protected BasePeriodException()Creates a new instance of BasePeriodException -
BasePeriodException
Creates a new instance of BasePeriodException -
BasePeriodException
Creates a new instance of BasePeriodException -
BasePeriodException
Creates a new instance of BasePeriodException
-