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

public abstract class BaseException extends RuntimeException
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: