org.ow2.bonita.facade.exception
Class ProcessNotFoundException

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

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

Signal that a process was not found.

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

Constructor Summary
ProcessNotFoundException(java.lang.String processId)
           
 
Method Summary
 java.lang.String getProcessId()
           
 
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

ProcessNotFoundException

public ProcessNotFoundException(java.lang.String processId)
Method Detail

getProcessId

public java.lang.String getProcessId()