public class ChainedException
extends java.lang.Exception
| Constructor and Description | 
|---|
ChainedException()  | 
ChainedException(java.lang.String message)  | 
ChainedException(java.lang.String message, java.lang.Throwable cause)  | 
ChainedException(java.lang.Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Throwable | 
getCause()
Returns the cause of this throwable or  
null if the cause is nonexistent or unknown. | 
public ChainedException()
public ChainedException(java.lang.String message)
public ChainedException(java.lang.Throwable cause)
public ChainedException(java.lang.String message,
                java.lang.Throwable cause)
public java.lang.Throwable getCause()
null if the cause is nonexistent or unknown. (The cause is the throwable that caused this throwable to get thrown.getCause in class java.lang.Throwablenull if the cause is nonexistent or unknown