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, toString
public 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 Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
Copyright © 2020 Hitachi Vantara. All rights reserved.