public class WorkflowException extends Exception
PublicException and ResourceException
instances when engine services are called in EJB context.| Constructor and Description |
|---|
WorkflowException(Throwable x) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
This method returns the inner throwable which caused this workflow exception.
|
PublicException |
getRootCause()
Deprecated.
use
getCause() instead
This method returns the inner throwable which caused this workflow exception.
In case that the inner exception is no instance of PublicException the
returned inner exception will be wrapped in a PublicException instance. |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic WorkflowException(Throwable x)
public PublicException getRootCause()
getCause() instead
This method returns the inner throwable which caused this workflow exception.
In case that the inner exception is no instance of PublicException the
returned inner exception will be wrapped in a PublicException instance.null or PublicExceptionpublic Throwable getCause()
public void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2016 Eclipse Stardust. All Rights Reserved.