Class BaseItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.item.common.exception.BaseItemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateItemAliasTypeNameException
,DuplicateItemDescriptionTypeNameException
,DuplicateItemDescriptionTypeUseTypeNameException
,DuplicateItemImageTypeNameException
,DuplicateItemNameException
,DuplicateRelatedItemTypeNameException
,InvalidItemDescriptionTypeException
,MissingDefaultItemCategoryException
,MissingDefaultItemDeliveryTypeException
,MissingDefaultItemInventoryTypeException
,MissingDefaultItemPriceTypeException
,MissingDefaultItemTypeException
,MissingDefaultItemUseTypeException
,MissingMaximumUnitPriceException
,MissingMinimumUnitPriceException
,MissingUnitPriceException
,MissingUnitPriceIncrementException
,UnknownDefaultItemAliasChecksumTypeException
,UnknownDefaultItemAliasTypeException
,UnknownDefaultItemDescriptionTypeException
,UnknownDefaultItemDescriptionTypeUseTypeException
,UnknownDefaultItemImageTypeException
,UnknownDefaultItemUnitOfMeasureTypeException
,UnknownDefaultRelatedItemTypeException
,UnknownHarmonizedTariffScheduleCodeUnitNameException
,UnknownHarmonizedTariffScheduleCodeUseTypeNameException
,UnknownItemAliasChecksumTypeNameException
,UnknownItemAliasTypeNameException
,UnknownItemCategoryNameException
,UnknownItemDeliveryTypeNameException
,UnknownItemDescriptionException
,UnknownItemDescriptionTypeNameException
,UnknownItemDescriptionTypeUseTypeNameException
,UnknownItemImageTypeNameException
,UnknownItemInventoryTypeNameException
,UnknownItemNameException
,UnknownItemNameOrAliasException
,UnknownItemPriceException
,UnknownItemPriceTypeException
,UnknownItemPriceTypeNameException
,UnknownItemStatusChoiceException
,UnknownItemTypeNameException
,UnknownItemUseTypeNameException
,UnknownRelatedItemTypeNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseItemExceptionprotected
BaseItemException
(Message message) Creates a new instance of BaseItemExceptionprotected
BaseItemException
(String message) Creates a new instance of BaseItemExceptionprotected
BaseItemException
(Throwable cause) Creates a new instance of BaseItemException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseItemException
protected BaseItemException()Creates a new instance of BaseItemException -
BaseItemException
Creates a new instance of BaseItemException -
BaseItemException
Creates a new instance of BaseItemException -
BaseItemException
Creates a new instance of BaseItemException
-