Class BaseSequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.sequence.common.exception.BaseSequenceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateSequenceNameException
,DuplicateSequenceTypeNameException
,InvalidValueLengthException
,MissingDefaultSequenceException
,UnimplementedSequenceChecksumTypeException
,UnimplementedSequenceEncoderTypeException
,UnknownDefaultSequenceException
,UnknownDefaultSequenceTypeException
,UnknownSequenceChecksumTypeNameException
,UnknownSequenceEncoderTypeNameException
,UnknownSequenceNameException
,UnknownSequenceTypeNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseSequenceExceptionprotected
BaseSequenceException
(Message message) Creates a new instance of BaseSequenceExceptionprotected
BaseSequenceException
(String message) Creates a new instance of BaseSequenceExceptionprotected
BaseSequenceException
(Throwable cause) Creates a new instance of BaseSequenceException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseSequenceException
protected BaseSequenceException()Creates a new instance of BaseSequenceException -
BaseSequenceException
Creates a new instance of BaseSequenceException -
BaseSequenceException
Creates a new instance of BaseSequenceException -
BaseSequenceException
Creates a new instance of BaseSequenceException
-