org.ow2.bonita.facade.exception
Class ActivityDefNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
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
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 |
ActivityDefNotFoundException
public ActivityDefNotFoundException(java.lang.String id,
java.lang.String processId,
java.lang.String activityId)
ActivityDefNotFoundException
public ActivityDefNotFoundException(java.lang.String id,
ActivityDefinitionUUID activityDefinitionUUID)
ActivityDefNotFoundException
public ActivityDefNotFoundException(ActivityDefNotFoundException e)
build
public static ActivityDefNotFoundException build(java.lang.String id,
java.lang.Throwable e)
getActivityId
public java.lang.String getActivityId()
getProcessId
public java.lang.String getProcessId()
getActivityUUID
public ActivityDefinitionUUID getActivityUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.