public class BaseException extends Exception
| Constructor and Description |
|---|
BaseException() |
BaseException(String arg0) |
BaseException(String arg0,
Throwable arg1) |
BaseException(Throwable arg0) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDetail(String name,
Object value) |
Object |
getDetail(String name) |
Map<String,Object> |
getDetails() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright 2004-2020 Solace Corporation. All rights reserved.