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
Base exception class for BroadleafExceptions that understands root cause messages.
- Author:
- bpolster
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBroadleafException
(String message) BroadleafException
(String message, Throwable cause) BroadleafException
(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
-
BroadleafException
public BroadleafException() -
BroadleafException
-
BroadleafException
-
BroadleafException
-
-
Method Details
-
getRootCause
- Specified by:
getRootCause
in interfaceRootCauseAccessor
-
getRootCauseMessage
- Specified by:
getRootCauseMessage
in interfaceRootCauseAccessor
-