com.opensymphony.workflow
Class InvalidActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opensymphony.workflow.InternalWorkflowException
                  extended by com.opensymphony.workflow.InvalidActionException
All Implemented Interfaces:
Serializable

public class InvalidActionException
extends InternalWorkflowException

Exception thrown to indicate that the action just attempt is invalid for the specified workflow.

Author:
Hani Suleiman (hani@formicary.net)
See Also:
Serialized Form

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

Constructor Detail

InvalidActionException

public InvalidActionException()

InvalidActionException

public InvalidActionException(String message)

InvalidActionException

public InvalidActionException(Exception cause)

InvalidActionException

public InvalidActionException(String message,
                              Exception cause)

OpenSymphony Workflow Project Page