org.ow2.bonita.facade.exception
Class PackageNotFoundException

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

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

Signal that a process was not found.

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

Constructor Summary
PackageNotFoundException(PackageNotFoundException e)
           
PackageNotFoundException(org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processUUID)
           
PackageNotFoundException(java.lang.String processId)
           
 
Method Summary
static PackageNotFoundException build(java.lang.Throwable e)
           
 java.lang.String getProcessId()
           
 org.ow2.bonita.facade.uuid.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

PackageNotFoundException

public PackageNotFoundException(java.lang.String processId)

PackageNotFoundException

public PackageNotFoundException(org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processUUID)

PackageNotFoundException

public PackageNotFoundException(PackageNotFoundException e)
Method Detail

build

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

getProcessId

public java.lang.String getProcessId()

getProcessUUID

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