org.ow2.bonita.facade.exception
Class ParticipantNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.ParticipantNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ParticipantNotFoundException
- extends BonitaException
Thrown by methods of the QueryDefinitionAPI if the definition of the participant
has not been 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 |
ParticipantNotFoundException
public ParticipantNotFoundException(java.lang.String id,
java.lang.String participantId,
ProcessDefinitionUUID processDefinitionUUID)
ParticipantNotFoundException
public ParticipantNotFoundException(java.lang.String id,
ParticipantDefinitionUUID participantDefinitionUUID)
ParticipantNotFoundException
public ParticipantNotFoundException(ParticipantNotFoundException e)
build
public static ParticipantNotFoundException build(java.lang.String id,
java.lang.Throwable e)
getParticipantId
public java.lang.String getParticipantId()
getProcessUUID
public ProcessDefinitionUUID getProcessUUID()
getParticipantUUID
public ParticipantDefinitionUUID getParticipantUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.