Fuego Process API

fuego.papi.exception
Class ProcessUndeployedException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byjava.lang.RuntimeException

              extended byfuego.lang.DefaultRuntimeException

                  extended byfuego.papi.EngineRuntimeException

                      extended byfuego.papi.exception.ProcessUndeployedException

All Implemented Interfaces:
Serializable

public class ProcessUndeployedException
extends EngineRuntimeException

A ProcessUndeployedException is thrown as a result of an attempt to access to a process and it has been recently undeployed.

See Also:
Serialized Form

Constructor Summary
ProcessUndeployedException(String processId)
          Creates a new ProcessUndeployedException with the given process identification.
 
Methods inherited from class fuego.papi.EngineRuntimeException
create
 
Methods inherited from class fuego.lang.DefaultRuntimeException
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, hasTechnicalDetail, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessUndeployedException


public ProcessUndeployedException(String processId)
Creates a new ProcessUndeployedException with the given process identification.

Parameters:
processId - Identification if the undeployed process.

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved