Class BaseCustomerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.customer.common.exception.BaseCustomerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateCustomerTypeNameException
,MissingDefaultCustomerTypeException
,UnknownCustomerNameException
,UnknownCustomerStatusChoiceException
,UnknownCustomerTypeNameException
,UnknownCustomerTypePaymentMethodException
,UnknownCustomerTypeShippingMethodException
,UnknownDefaultCustomerTypeException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseCustomerExceptionprotected
BaseCustomerException
(Message message) Creates a new instance of BaseCustomerExceptionprotected
BaseCustomerException
(String message) Creates a new instance of BaseCustomerExceptionprotected
BaseCustomerException
(Throwable cause) Creates a new instance of BaseCustomerException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseCustomerException
protected BaseCustomerException()Creates a new instance of BaseCustomerException -
BaseCustomerException
Creates a new instance of BaseCustomerException -
BaseCustomerException
Creates a new instance of BaseCustomerException -
BaseCustomerException
Creates a new instance of BaseCustomerException
-