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
Thrown by methods of ManagementAPI or QueryDefinitionAPI if the recorded runtime information
of the package has not been 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(java.lang.String packageId,
java.lang.String version)
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()
getVersion
public java.lang.String getVersion()
getPackageUUID
public PackageDefinitionUUID getPackageUUID()
Copyright © 2008 OW2 Consortium. All Rights Reserved.