com.opensymphony.workflow
Class InvalidEntryStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.opensymphony.workflow.WorkflowException
              extended by com.opensymphony.workflow.InvalidEntryStateException
All Implemented Interfaces:
Serializable

public class InvalidEntryStateException
extends WorkflowException

Author:
Hani Suleiman Date: Aug 28, 2003 Time: 8:19:30 PM
See Also:
Serialized Form

Constructor Summary
InvalidEntryStateException(String message)
           
 
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

InvalidEntryStateException

public InvalidEntryStateException(String message)

OpenSymphony Workflow Project Page