|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.workflow.WorkflowException
public class WorkflowException
A WorkflowException is the base class for exceptions related to the workflow engine framework.
| Field Summary | |
|---|---|
protected Throwable |
cause
The underlying cause exception (if any). |
| Constructor Summary | |
|---|---|
WorkflowException()
Construct an empty WorkflowException. |
|
WorkflowException(String message)
Construct a WorkflowException with the specified message. |
|
WorkflowException(String message,
Throwable cause)
Construct a WorkflowException with the specified message and underlying cause. |
|
WorkflowException(Throwable cause)
Construct a WorkflowException with the specified underlying cause. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Throwable cause
| Constructor Detail |
|---|
public WorkflowException()
public WorkflowException(String message)
message - Message associated with this exceptionpublic WorkflowException(Throwable cause)
cause - Underlying root cause
public WorkflowException(String message,
Throwable cause)
message - Message associated with this exceptioncause - Underlying root cause| Method Detail |
|---|
public Throwable getCause()
getCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||