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 BonitaException

Thrown by methods of the QueryDefinitionAPI when the activity definition is not found.

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

Constructor Summary
ActivityDefNotFoundException(ActivityDefinitionUUID activityDefinitionUUID)
           
ActivityDefNotFoundException(ActivityDefNotFoundException e)
           
ActivityDefNotFoundException(java.lang.String processId, java.lang.String activityId)
           
 
Method Summary
static ActivityDefNotFoundException build(java.lang.Throwable e)
           
 java.lang.String getActivityId()
           
 ActivityDefinitionUUID getActivityUUID()
           
 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)

ActivityDefNotFoundException

public ActivityDefNotFoundException(ActivityDefinitionUUID activityDefinitionUUID)

ActivityDefNotFoundException

public ActivityDefNotFoundException(ActivityDefNotFoundException e)
Method Detail

build

public static ActivityDefNotFoundException build(java.lang.Throwable e)

getActivityId

public java.lang.String getActivityId()

getProcessId

public java.lang.String getProcessId()

getActivityUUID

public ActivityDefinitionUUID getActivityUUID()


Copyright © 2008 OW2 Consortium. All Rights Reserved.