public abstract class BroadleafException extends Exception implements RootCauseAccessor
| Constructor and Description | 
|---|
| BroadleafException() | 
| BroadleafException(String message) | 
| BroadleafException(String message,
                  Throwable cause) | 
| BroadleafException(Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| Throwable | getRootCause() | 
| String | getRootCauseMessage() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BroadleafException()
public BroadleafException(String message)
public BroadleafException(Throwable cause)
public Throwable getRootCause()
getRootCause in interface RootCauseAccessorpublic String getRootCauseMessage()
getRootCauseMessage in interface RootCauseAccessorCopyright © 2020. All rights reserved.