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
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BaseVendorExceptionprotectedBaseVendorException(Message message) Creates a new instance of BaseVendorExceptionprotectedBaseVendorException(String message) Creates a new instance of BaseVendorExceptionprotectedBaseVendorException(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
-