com.opensymphony.workflow
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.opensymphony.workflow.WorkflowException
              extended by com.opensymphony.workflow.FactoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidWorkflowDescriptorException

public class FactoryException
extends WorkflowException

Author:
Hani Suleiman (hani@formicary.net) Date: Apr 8, 2003 Time: 9:42:15 AM
See Also:
Serialized Form

Constructor Summary
FactoryException()
           
FactoryException(Exception cause)
           
FactoryException(String message)
           
FactoryException(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class com.opensymphony.workflow.WorkflowException
getCause, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryException

public FactoryException()

FactoryException

public FactoryException(String message)

FactoryException

public FactoryException(Exception cause)

FactoryException

public FactoryException(String message,
                        Exception cause)

OpenSymphony Workflow Project Page