public class WinstoneException extends RuntimeException
| Constructor and Description |
|---|
WinstoneException(String pMsg)
Create an exception with a useful message for the system administrator.
|
WinstoneException(String pMsg,
Throwable pError)
Create an exception with a useful message for the system administrator
and a nested throwable object.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getNestedError()
Get the nested error or exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WinstoneException(String pMsg)
pMsg - Error message for to be used for administrative
troubleshootingpublic Throwable getNestedError()
Copyright © 2014. All rights reserved.