org.ow2.bonita.facade.exception
Class PackageNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
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
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 |
PackageNotFoundException
public PackageNotFoundException(java.lang.String packageId)
PackageNotFoundException
public PackageNotFoundException(PackageDefinitionUUID packageUUID)
PackageNotFoundException
public PackageNotFoundException(PackageNotFoundException e)
build
public static PackageNotFoundException build(java.lang.Throwable e)
getPackageId
public java.lang.String getPackageId()
getPackageUUID
public PackageDefinitionUUID getPackageUUID()
Copyright © 2008 OW2 Consortium. All Rights Reserved.