Class BaseSalesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.sales.common.exception.BaseSalesException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BillToPartyMustMatchPartyPaymentMethodsPartyException,BillToRequiredWhenUsingPartyPaymentMethodException,CannotDeleteSalesOrderBatchInUseException,CurrentTimeAfterSalesOrderEndTimeException,CurrentTimeBeforeSalesOrderStartTimeException,IncorrectSalesOrderBatchAmountException,IncorrectSalesOrderBatchCountException,InvalidPurchaseOrderStatusException,InvalidSalesOrderBatchStatusException,InvalidSalesOrderReferenceException,InvalidSalesOrderStatusException,ItemDiscontinuedException,QuantityAboveMaximumItemUnitCustomerTypeLimitException,QuantityAboveMaximumItemUnitLimitException,QuantityBelowMinimumItemUnitCustomerTypeLimitException,QuantityBelowMinimumItemUnitLimitException,SalesOrderDuplicateReferenceException,SalesOrderReferenceRequiredException,UnitAmountAboveMaximumItemUnitPriceLimitException,UnitAmountAboveMaximumUnitPriceException,UnitAmountBelowMinimumItemUnitPriceLimitException,UnitAmountBelowMinimumUnitPriceException,UnitAmountNotMultipleOfUnitPriceIncrementException,UnitAmountRequiredException,UnknownSalesOrderBatchStatusChoiceException,UnknownSalesOrderStatusChoiceException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BaseSalesExceptionprotectedBaseSalesException(Message message) Creates a new instance of BaseSalesExceptionprotectedBaseSalesException(String message) Creates a new instance of BaseSalesExceptionprotectedBaseSalesException(Throwable cause) Creates a new instance of BaseSalesException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseSalesException
protected BaseSalesException()Creates a new instance of BaseSalesException -
BaseSalesException
Creates a new instance of BaseSalesException -
BaseSalesException
Creates a new instance of BaseSalesException -
BaseSalesException
Creates a new instance of BaseSalesException
-