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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.shark.api.client.wfmc.wapi.WMWorkflowException
              extended by org.enhydra.shark.api.client.wfmc.wapi.WMInvalidObjectException
                  extended by org.enhydra.shark.api.client.wfmc.wapi.WMInvalidActivityInstanceException
All Implemented Interfaces:
java.io.Serializable

public class WMInvalidActivityInstanceException
extends WMInvalidObjectException

See Also:
Serialized Form

Constructor Summary
WMInvalidActivityInstanceException(java.lang.String activityId)
          Constructs a new WMInvalidActivityInstanceException.
 
Method Summary
 
Methods inherited from class org.enhydra.shark.api.client.wfmc.wapi.WMInvalidObjectException
getObject, 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

WMInvalidActivityInstanceException

public WMInvalidActivityInstanceException(java.lang.String activityId)
Constructs a new WMInvalidActivityInstanceException. This exception is thrown when an activity instance cannot be located by its definition ID or its instance ID, depending on which was passed to the finder method.

Parameters:
activityId - The ID of the activity definition or the activity instance, depending on the context.