com.adobe.idp.taskmanager.dsc.client.task
Class ActionInstanceNotRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
              extended by com.adobe.idp.taskmanager.dsc.client.task.ActionInstanceNotRunningException
All Implemented Interfaces:
java.io.Serializable

public class ActionInstanceNotRunningException
extends TaskManagerException

See Also:
Serialized Form

Constructor Summary
ActionInstanceNotRunningException(long actionInstanceId, java.lang.String aMessage)
           
 
Method Summary
 long getActionInstanceId()
           
 
Methods inherited from class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
getLocalizedMessage, getMessage, getRootCause, getTaskId, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionInstanceNotRunningException

public ActionInstanceNotRunningException(long actionInstanceId,
                                         java.lang.String aMessage)
Method Detail

getActionInstanceId

public long getActionInstanceId()