public class Exception extends Exception
| Constructor and Description |
|---|
Exception() |
Exception(String msg) |
Exception(String msg,
Throwable t) |
Exception(String msg,
Throwable t,
boolean appendRootMsg) |
Exception(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015. All Rights Reserved.