Class BaseVendorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.vendor.common.exception.BaseVendorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotSpecifyVendorNameAndPartyNameException
,DuplicateVendorTypeNameException
,MustSpecifyVendorNameOrPartyNameException
,UnknownDefaultItemPurchasingCategoryException
,UnknownDefaultVendorTypeException
,UnknownItemPurchasingCategoryNameException
,UnknownVendorItemNameException
,UnknownVendorNameException
,UnknownVendorStatusChoiceException
,UnknownVendorTypeNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseVendorExceptionprotected
BaseVendorException
(Message message) Creates a new instance of BaseVendorExceptionprotected
BaseVendorException
(String message) Creates a new instance of BaseVendorExceptionprotected
BaseVendorException
(Throwable cause) Creates a new instance of BaseVendorException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseVendorException
protected BaseVendorException()Creates a new instance of BaseVendorException -
BaseVendorException
Creates a new instance of BaseVendorException -
BaseVendorException
Creates a new instance of BaseVendorException -
BaseVendorException
Creates a new instance of BaseVendorException
-