|
|||||||||
| Home >> All >> org >> apache >> lenya >> [ workflow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.lenya.workflow
Class WorkflowException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.lenya.workflow.WorkflowException
- All Implemented Interfaces:
- java.io.Serializable
- public class WorkflowException
- extends java.lang.Exception
Workflow exception.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
WorkflowException()
|
|
WorkflowException(java.lang.String message)
Create a WorkflowException. |
|
WorkflowException(java.lang.String message,
java.lang.Throwable cause)
Create a WorkflowException. |
|
WorkflowException(java.lang.Throwable cause)
Create a WorkflowException. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 |
| Constructor Detail |
WorkflowException
public WorkflowException()
WorkflowException
public WorkflowException(java.lang.String message)
- Create a WorkflowException.
WorkflowException
public WorkflowException(java.lang.String message, java.lang.Throwable cause)
- Create a WorkflowException.
WorkflowException
public WorkflowException(java.lang.Throwable cause)
- Create a WorkflowException.
|
|||||||||
| Home >> All >> org >> apache >> lenya >> [ workflow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC