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 org.ow2.bonita.util.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(org.ow2.bonita.facade.uuid.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 org.ow2.bonita.facade.uuid.PackageDefinitionUUID getPackageUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.