org.ow2.bonita.facade.exception
Class ProcessNotFoundException

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

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

Thrown by methods of RuntimeAPI or QueryDefinitionAPI if the recorded runtime information of the process has not been found.

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

Constructor Summary
ProcessNotFoundException(org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processUUID)
           
ProcessNotFoundException(java.lang.String processId)
           
ProcessNotFoundException(java.lang.String processId, org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageDefinitionUUID)
           
ProcessNotFoundException(java.lang.String processId, java.lang.String version)
           
 
Method Summary
 org.ow2.bonita.facade.uuid.PackageDefinitionUUID getPackageUUID()
           
 java.lang.String getProcessId()
           
 org.ow2.bonita.facade.uuid.ProcessDefinitionUUID getProcessUUID()
           
 java.lang.String getVersion()
           
 
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

ProcessNotFoundException

public ProcessNotFoundException(java.lang.String processId)

ProcessNotFoundException

public ProcessNotFoundException(java.lang.String processId,
                                java.lang.String version)

ProcessNotFoundException

public ProcessNotFoundException(java.lang.String processId,
                                org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageDefinitionUUID)

ProcessNotFoundException

public ProcessNotFoundException(org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processUUID)
Method Detail

getProcessId

public java.lang.String getProcessId()

getProcessUUID

public org.ow2.bonita.facade.uuid.ProcessDefinitionUUID getProcessUUID()

getPackageUUID

public org.ow2.bonita.facade.uuid.PackageDefinitionUUID getPackageUUID()

getVersion

public java.lang.String getVersion()


Copyright © 2009 OW2 Consortium. All Rights Reserved.