public class CausedException
extends java.lang.Exception
| Constructor and Description |
|---|
CausedException() |
CausedException(java.lang.String message) |
CausedException(java.lang.String message,
java.lang.Throwable optionalCause) |
CausedException(java.lang.Throwable optionalCause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
java.lang.Throwable |
initCause(java.lang.Throwable optionalCause) |
void |
printStackTrace(java.io.PrintStream ps) |
void |
printStackTrace(java.io.PrintWriter pw) |
public CausedException()
public CausedException(java.lang.String message)
public CausedException(java.lang.String message,
java.lang.Throwable optionalCause)
public CausedException(java.lang.Throwable optionalCause)
public java.lang.Throwable initCause(java.lang.Throwable optionalCause)
initCause in class java.lang.Throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.ThrowableCopyright © 2001-2012. All Rights Reserved.