public abstract class BroadleafException extends java.lang.Exception implements RootCauseAccessor
| Constructor and Description |
|---|
BroadleafException() |
BroadleafException(java.lang.String message) |
BroadleafException(java.lang.String message,
java.lang.Throwable cause) |
BroadleafException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause() |
java.lang.String |
getRootCauseMessage() |
public BroadleafException()
public BroadleafException(java.lang.String message,
java.lang.Throwable cause)
public BroadleafException(java.lang.String message)
public BroadleafException(java.lang.Throwable cause)
public java.lang.Throwable getRootCause()
getRootCause in interface RootCauseAccessorpublic java.lang.String getRootCauseMessage()
getRootCauseMessage in interface RootCauseAccessorCopyright © 2018. All Rights Reserved.