Class BroadleafException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.BroadleafException
All Implemented Interfaces:
Serializable, RootCauseAccessor
Direct Known Subclasses:
CheckoutException, PaymentException, WorkflowException

public abstract class BroadleafException extends Exception implements RootCauseAccessor
Base exception class for BroadleafExceptions that understands root cause messages.
Author:
bpolster
See Also: