org.enhydra.shark.api.client.wfmc.wapi
Class WMTransitionNotAllowedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.shark.api.client.wfmc.wapi.WMWorkflowException
              extended byorg.enhydra.shark.api.client.wfmc.wapi.WMTransitionNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class WMTransitionNotAllowedException
extends WMWorkflowException

See Also:
Serialized Form

Constructor Summary
WMTransitionNotAllowedException(java.lang.String oldState, int action)
           
WMTransitionNotAllowedException(java.lang.String oldState, java.lang.String newState)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.enhydra.shark.api.client.wfmc.wapi.WMWorkflowException
getCause, getError, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMTransitionNotAllowedException

public WMTransitionNotAllowedException(java.lang.String oldState,
                                       java.lang.String newState)

WMTransitionNotAllowedException

public WMTransitionNotAllowedException(java.lang.String oldState,
                                       int action)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class WMWorkflowException