public class CausedException extends Exception
| Constructor and Description |
|---|
CausedException() |
CausedException(String message) |
CausedException(String message,
Throwable optionalCause) |
CausedException(Throwable optionalCause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
Throwable |
initCause(Throwable optionalCause) |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toStringpublic CausedException()
public CausedException(String message)
public CausedException(Throwable optionalCause)
public void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2001-2012. All Rights Reserved.