Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseAccountingException
,BaseBatchException
,BaseCampaignException
,BaseCancellationPolicyException
,BaseChainException
,BaseContactException
,BaseContactListException
,BaseContentException
,BaseCoreException
,BaseCustomerException
,BaseEmployeeException
,BaseFilterException
,BaseForumException
,BaseGeoException
,BaseGraphQlException
,BaseIndexException
,BaseInventoryException
,BaseInvoiceException
,BaseItemException
,BaseLicenseException
,BaseOfferException
,BaseOrderException
,BasePartyException
,BasePaymentException
,BasePurchaseException
,BaseQueueException
,BaseRatingException
,BaseReturnPolicyException
,BaseSalesException
,BaseSearchException
,BaseSecurityException
,BaseSelectorException
,BaseSequenceException
,BaseShipmentException
,BaseShippingException
,BaseTagException
,BaseTaxException
,BaseTermException
,BaseTrackException
,BaseTrainingException
,BaseUomException
,BaseUserException
,BaseVendorException
,BaseWarehouseException
,BaseWishlistException
,BaseWorkflowException
,CodecException
,EntityLockException
,PersistenceException
,ValidationException
This is the common superclass for all application exceptions. This
class and its subclasses support the chained exception facility that allows
a root cause Throwable to be wrapped by this class or one of its
descendants.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
BaseException
(Message message) protected
BaseException
(String message) protected
BaseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
protected BaseException() -
BaseException
-
BaseException
-
BaseException
-