public class ServiceManagerException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected Exception |
e |
protected Class |
errorClass |
protected String |
message |
protected String |
params |
| Constructor and Description |
|---|
ServiceManagerException(Exception e) |
ServiceManagerException(Exception e,
Class errorClass) |
ServiceManagerException(Exception e,
Class errorClass,
String message,
String... params) |
ServiceManagerException(String message) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getErrorClass() |
String |
getErrorCode() |
String |
getMessage() |
String |
getNoMaskMessage() |
Exception |
getParentException() |
Date |
getRaisedDate() |
protected String |
makeErrorCode(Exception e) |
void |
setMaskMessage(boolean isMask) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Exception e
protected Class errorClass
protected String message
protected String params
public ServiceManagerException(Exception e)
public ServiceManagerException(Exception e, Class errorClass, String message, String... params)
public ServiceManagerException(String message)
public Class getErrorClass()
public String getErrorCode()
public String getMessage()
getMessage in class Throwablepublic String getNoMaskMessage()
public Exception getParentException()
public Date getRaisedDate()
public void setMaskMessage(boolean isMask)