public final class MonitoringException extends Exception
| Constructor and Description |
|---|
MonitoringException(Throwable t)
Instantiates a new monitoring exception.
|
MonitoringException(com.onwbp.base.text.UserMessage errorMessage)
Instantiates a new monitoring exception.
|
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.base.text.UserMessage |
getErrorMessage()
Returns
UserMessage information. |
void |
setErrorMessage(com.onwbp.base.text.UserMessage errorMessage)
Sets the error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MonitoringException(com.onwbp.base.text.UserMessage errorMessage)
errorMessage - the error messagepublic MonitoringException(Throwable t)
t - the tpublic com.onwbp.base.text.UserMessage getErrorMessage()
UserMessage information.public void setErrorMessage(com.onwbp.base.text.UserMessage errorMessage)
errorMessage - the new error message