ALBPM Process API (PAPI)

fuego.papi.exception
Class ProcessNotFoundException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.OperationException
          extended byfuego.papi.ProcessNotAvailableException
              extended byfuego.papi.exception.ProcessNotFoundException

public class ProcessNotFoundException
extends ProcessNotAvailableException

A ProcessNotFoundException is thrown as a result of an attempt to access an inexistent process.

See Also:
Serialized Form

Constructor Summary
ProcessNotFoundException(String processId)
          Creates a new ProcessNotFoundException with the given process identification.
ProcessNotFoundException(String processId, String directoryURL)
          Creates a new ProcessNotFoundException.
ProcessNotFoundException(String processId, String directoryURL, Throwable cause)
          Creates a new ProcessNotFoundException.
ProcessNotFoundException(String processId, Throwable cause)
          Creates a new ProcessNotFoundException with the given process identification.
 
Method Summary
 String getDirectoryURL()
           
 
Methods inherited from class fuego.papi.ProcessNotAvailableException
cannotFindEJB, classCastOnNarrow, getDetail, getProcessId, getTechnicalDetail
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessNotFoundException

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

Parameters:
processId - Process identification not found.

ProcessNotFoundException

public ProcessNotFoundException(String processId,
                                Throwable cause)
Creates a new ProcessNotFoundException with the given process identification.

Parameters:
processId - Process identification not found.
cause - Cause of this exception

ProcessNotFoundException

public ProcessNotFoundException(String processId,
                                String directoryURL)
Creates a new ProcessNotFoundException.

Parameters:
processId - Process identifiaction.
directoryURL - Directory URL direction.

ProcessNotFoundException

public ProcessNotFoundException(String processId,
                                String directoryURL,
                                Throwable cause)
Creates a new ProcessNotFoundException.

Parameters:
processId - Process identifiaction.
directoryURL - Directory URL direction.
cause - Cause of this exception
Method Detail

getDirectoryURL

public String getDirectoryURL()

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved