public class BOSHException extends Exception
| Constructor and Description |
|---|
BOSHException(String msg)
Creates a new exception isntance with the specified descriptive message.
|
BOSHException(String msg,
Throwable cause)
Creates a new exception isntance with the specified descriptive
message and the underlying root cause of the exceptional condition.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BOSHException(String msg)
msg - description of the exceptional conditionpublic BOSHException(String msg, Throwable cause)
msg - description of the exceptional conditioncause - root cause or instigator of the conditionCopyright © 2015. All rights reserved.