org.ow2.bonita.facade.exception
Class ActivityNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.bonita.util.BonitaException
              extended by org.ow2.bonita.facade.exception.ActivityNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ActivityNotFoundException
extends org.ow2.bonita.util.BonitaException

Author:
Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
See Also:
Serialized Form

Constructor Summary
ActivityNotFoundException(java.lang.String instanceId, java.lang.String activityId)
           
 
Method Summary
 java.lang.String getActivityId()
           
 java.lang.String getInstanceId()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivityNotFoundException

public ActivityNotFoundException(java.lang.String instanceId,
                                 java.lang.String activityId)
Method Detail

getActivityId

public java.lang.String getActivityId()

getInstanceId

public java.lang.String getInstanceId()