org.broadleafcommerce.common.exception
Class BroadleafException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.BroadleafException
- All Implemented Interfaces:
- Serializable, RootCauseAccessor
- Direct Known Subclasses:
- PaymentException
public abstract class BroadleafException
- extends Exception
- implements RootCauseAccessor
Base exception class for BroadleafExceptions that understands root cause messages.
- Author:
- bpolster
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BroadleafException
public BroadleafException()
BroadleafException
public BroadleafException(String message,
Throwable cause)
BroadleafException
public BroadleafException(String message)
BroadleafException
public BroadleafException(Throwable cause)
getRootCause
public Throwable getRootCause()
- Specified by:
getRootCause in interface RootCauseAccessor
getRootCauseMessage
public String getRootCauseMessage()
- Specified by:
getRootCauseMessage in interface RootCauseAccessor
Copyright © 2013. All Rights Reserved.