org.ow2.bonita.facade.exception
Class ParticipantNotFoundException

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.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

Constructor Summary
ParticipantNotFoundException(ParticipantDefinitionUUID participantDefinitionUUID)
           
ParticipantNotFoundException(ParticipantNotFoundException e)
           
ParticipantNotFoundException(java.lang.String participantId, ProcessDefinitionUUID processDefinitionUUID)
           
 
Method Summary
static ParticipantNotFoundException build(java.lang.Throwable e)
           
 java.lang.String getParticipantId()
           
 ParticipantDefinitionUUID getParticipantUUID()
           
 ProcessDefinitionUUID getProcessUUID()
           
 
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

ParticipantNotFoundException

public ParticipantNotFoundException(java.lang.String participantId,
                                    ProcessDefinitionUUID processDefinitionUUID)

ParticipantNotFoundException

public ParticipantNotFoundException(ParticipantDefinitionUUID participantDefinitionUUID)

ParticipantNotFoundException

public ParticipantNotFoundException(ParticipantNotFoundException e)
Method Detail

build

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

getParticipantId

public java.lang.String getParticipantId()

getProcessUUID

public ProcessDefinitionUUID getProcessUUID()

getParticipantUUID

public ParticipantDefinitionUUID getParticipantUUID()


Copyright © 2008 OW2 Consortium. All Rights Reserved.