Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lenya.workflow
Class WorkflowException  view WorkflowException download WorkflowException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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.