org.ow2.orchestra.facade.exception
Class InstanceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.orchestra.facade.exception.OrchestraException
              extended by org.ow2.orchestra.facade.exception.InstanceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class InstanceNotFoundException
extends OrchestraException

Author:
Gael Lalire
See Also:
Serialized Form

Constructor Summary
InstanceNotFoundException(ProcessInstanceUUID instanceUUID)
           
 
Method Summary
 ProcessInstanceUUID getInstanceUUID()
           
 
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

InstanceNotFoundException

public InstanceNotFoundException(ProcessInstanceUUID instanceUUID)
Method Detail

getInstanceUUID

public ProcessInstanceUUID getInstanceUUID()


Copyright © 2008 OW2 Consortium. All Rights Reserved.