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 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(PackageDefinitionUUID packageUUID)
           
PackageNotFoundException(PackageNotFoundException e)
           
PackageNotFoundException(java.lang.String packageId)
           
 
Method Summary
static PackageNotFoundException build(java.lang.Throwable e)
           
 java.lang.String getPackageId()
           
 PackageDefinitionUUID getPackageUUID()
           
 
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 packageId)

PackageNotFoundException

public PackageNotFoundException(PackageDefinitionUUID packageUUID)

PackageNotFoundException

public PackageNotFoundException(PackageNotFoundException e)
Method Detail

build

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

getPackageId

public java.lang.String getPackageId()

getPackageUUID

public PackageDefinitionUUID getPackageUUID()