Class BaseInvoiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.invoice.common.exception.BaseInvoiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownInvoiceRoleTypeNameException
,UnknownInvoiceSequenceException
,UnknownInvoiceSequenceTypeException
,UnknownInvoiceTypeNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseInvoiceExceptionprotected
BaseInvoiceException
(Message message) Creates a new instance of BaseInvoiceExceptionprotected
BaseInvoiceException
(String message) Creates a new instance of BaseInvoiceExceptionprotected
BaseInvoiceException
(Throwable cause) Creates a new instance of BaseInvoiceException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseInvoiceException
protected BaseInvoiceException()Creates a new instance of BaseInvoiceException -
BaseInvoiceException
Creates a new instance of BaseInvoiceException -
BaseInvoiceException
Creates a new instance of BaseInvoiceException -
BaseInvoiceException
Creates a new instance of BaseInvoiceException
-