com.opensymphony.workflow
Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.opensymphony.workflow.WorkflowException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FactoryException, InvalidEntryStateException, InvalidInputException, InvalidRoleException, StoreException
public class WorkflowException
- extends Exception
- Author:
- Hani Suleiman (hani@formicary.net)
Date: May 10, 2003
Time: 11:26:07 AM
- See Also:
- Serialized Form
WorkflowException
public WorkflowException()
WorkflowException
public WorkflowException(String s)
WorkflowException
public WorkflowException(String s,
Throwable rootCause)
WorkflowException
public WorkflowException(Throwable rootCause)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getRootCause
public Throwable getRootCause()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace in class Throwable