org.javasteps
Class ProcessNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.javasteps.ProcessNotFoundException
All Implemented Interfaces:
Serializable

public class ProcessNotFoundException
extends Exception

Thrown if process is not found in the ProcessManager or when included

Version:
1.1
Author:
Ran Kornfeld
See Also:
Serialized Form

Constructor Summary
ProcessNotFoundException()
           
ProcessNotFoundException(String message)
           
ProcessNotFoundException(String message, Throwable cause)
           
ProcessNotFoundException(Throwable cause)
           
 
Method Summary
 
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()

ProcessNotFoundException

public ProcessNotFoundException(String message)

ProcessNotFoundException

public ProcessNotFoundException(String message,
                                Throwable cause)

ProcessNotFoundException

public ProcessNotFoundException(Throwable cause)