org.ow2.bonita.facade.exception
Class InstanceNotFoundException

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

public class InstanceNotFoundException
extends org.ow2.bonita.util.BonitaException

Author:
Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
See Also:
Serialized Form

Constructor Summary
InstanceNotFoundException(java.lang.String instanceId)
           
 
Method Summary
 java.lang.String getInstanceId()
           
 
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(java.lang.String instanceId)
Method Detail

getInstanceId

public java.lang.String getInstanceId()