public class PentahoChainedException extends RuntimeException
| Constructor and Description | 
|---|
PentahoChainedException()  | 
PentahoChainedException(String message)
Constructor 
 | 
PentahoChainedException(String message,
                       Throwable reas)
Constructor 
 | 
PentahoChainedException(Throwable reas)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getRootCause()
Gets the root cause of the exception. 
 | 
void | 
printStackTrace(PrintStream ps)
Prints the exception trace to the specified print stream. 
 | 
void | 
printStackTrace(PrintWriter pw)
Prints the exception trace to the specified print writer 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic PentahoChainedException()
public PentahoChainedException(String message)
message - The message to be carried by the exception.public PentahoChainedException(String message, Throwable reas)
message - The message.reas - The root cause of the exception.public PentahoChainedException(Throwable reas)
reas - The cause of this exceptionpublic Throwable getRootCause()
public void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwable