org.ow2.bonita.facade.exception
Class UndeletableInstanceException

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.UndeletableInstanceException
All Implemented Interfaces:
java.io.Serializable

public class UndeletableInstanceException
extends BonitaException

Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be deleted
(for instance: case the instance has a parent instance or the instance has not been found).

See Also:
Serialized Form

Constructor Summary
UndeletableInstanceException(ProcessInstanceUUID processInstanceUUID, ProcessInstanceUUID parentInstanceUUID)
           
 
Method Summary
 ProcessInstanceUUID getParentInstanceUUID()
           
 ProcessInstanceUUID getProcessInstanceUUID()
           
 
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

UndeletableInstanceException

public UndeletableInstanceException(ProcessInstanceUUID processInstanceUUID,
                                    ProcessInstanceUUID parentInstanceUUID)
Method Detail

getProcessInstanceUUID

public ProcessInstanceUUID getProcessInstanceUUID()

getParentInstanceUUID

public ProcessInstanceUUID getParentInstanceUUID()


Copyright © 2008 OW2 Consortium. All Rights Reserved.