Class BaseOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.order.common.exception.BaseOrderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotSpecifyPartyPaymentMethodException
,CannotSpecifyPaymentMethodAndPartyPaymentMethodException
,CannotSpecifyWasPresentException
,DuplicateOrderLineSequenceException
,DuplicateOrderLineTimeException
,DuplicateOrderPaymentPreferenceSequenceException
,DuplicateOrderPriorityNameException
,DuplicateOrderShipmentGroupSequenceException
,DuplicateOrderTimeException
,DuplicateOrderTimeTypeNameException
,DuplicateOrderTypeNameException
,MissingDefaultOrderPriorityException
,MissingRequiredBillToPartyException
,MustSpecifyPartyPaymentMethodException
,MustSpecifyPaymentMethodOrPartyPaymentMethodException
,MustSpecifyWasPresentException
,UnknownDefaultOrderPriorityException
,UnknownDefaultOrderTimeTypeException
,UnknownDefaultOrderTypeException
,UnknownOrderAliasTypeNameException
,UnknownOrderLineSequenceException
,UnknownOrderLineTimeException
,UnknownOrderNameException
,UnknownOrderPaymentPreferenceSequenceException
,UnknownOrderPriorityNameException
,UnknownOrderRoleTypeNameException
,UnknownOrderSequenceException
,UnknownOrderSequenceTypeException
,UnknownOrderTimeException
,UnknownOrderTimeTypeNameException
,UnknownOrderTypeNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseOrderExceptionprotected
BaseOrderException
(Message message) Creates a new instance of BaseOrderExceptionprotected
BaseOrderException
(String message) Creates a new instance of BaseOrderExceptionprotected
BaseOrderException
(Throwable cause) Creates a new instance of BaseOrderException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseOrderException
protected BaseOrderException()Creates a new instance of BaseOrderException -
BaseOrderException
Creates a new instance of BaseOrderException -
BaseOrderException
Creates a new instance of BaseOrderException -
BaseOrderException
Creates a new instance of BaseOrderException
-