ALBPM Process API (PAPI)

fuego.papi.exception
Class ProcessUndeployedException

java.lang.Object
  extended byDefaultRuntimeException
      extended byfuego.papi.EngineRuntimeException
          extended byfuego.papi.exception.ProcessUndeployedException

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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, 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.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved