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, toString
public BroadleafException()
public BroadleafException(String message)
public BroadleafException(Throwable cause)
public Throwable getRootCause()
getRootCause
in interface RootCauseAccessor
public String getRootCauseMessage()
getRootCauseMessage
in interface RootCauseAccessor
Copyright © 2022. All rights reserved.