org.ow2.bonita.facade.exception
Class ActivityDefNotFoundException

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.ActivityDefNotFoundException
All Implemented Interfaces:
java.io.Serializable

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

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

Constructor Summary
ActivityDefNotFoundException(java.lang.String processId, java.lang.String activityId)
           
 
Method Summary
 java.lang.String getActivityId()
           
 java.lang.String getProcessId()
           
 
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

ActivityDefNotFoundException

public ActivityDefNotFoundException(java.lang.String processId,
                                    java.lang.String activityId)
Method Detail

getActivityId

public java.lang.String getActivityId()

getProcessId

public java.lang.String getProcessId()