org.ow2.bonita.facade.exception
Class UndeletablePackageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.UndeletablePackageException
- All Implemented Interfaces:
- java.io.Serializable
public class UndeletablePackageException
- extends org.ow2.bonita.util.BonitaException
Thrown by deletePackage method of the ManagementAPI if processes within the package have
still running instances.
- See Also:
- Serialized Form
Constructor Summary |
UndeletablePackageException(org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageDefinitionUUID,
org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processDefinitionUUID,
org.ow2.bonita.facade.uuid.ProcessInstanceUUID processInstanceUUID)
|
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 |
UndeletablePackageException
public UndeletablePackageException(org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageDefinitionUUID,
org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processDefinitionUUID,
org.ow2.bonita.facade.uuid.ProcessInstanceUUID processInstanceUUID)
getPackageDefinitionUUID
public org.ow2.bonita.facade.uuid.PackageDefinitionUUID getPackageDefinitionUUID()
getProcessDefinitionUUID
public org.ow2.bonita.facade.uuid.ProcessDefinitionUUID getProcessDefinitionUUID()
getProcessInstanceUUID
public org.ow2.bonita.facade.uuid.ProcessInstanceUUID getProcessInstanceUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.