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, toString
public CausedException()
public CausedException(String message)
public CausedException(Throwable optionalCause)
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
Copyright © 2001–2016. All rights reserved.