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
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BaseSequenceExceptionprotectedBaseSequenceException(Message message) Creates a new instance of BaseSequenceExceptionprotectedBaseSequenceException(String message) Creates a new instance of BaseSequenceExceptionprotectedBaseSequenceException(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
-