Fuego Process API

fuego.papi.exception
Class ProcessNotFoundException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byfuego.lang.DefaultException

              extended byfuego.papi.OperationException

                  extended byfuego.papi.ProcessNotAvailableException

                      extended byfuego.papi.exception.ProcessNotFoundException

All Implemented Interfaces:
Serializable

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
getDetail, getProcessId, getTechnicalDetail
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class fuego.lang.DefaultException
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail, hasTechnicalDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, 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()

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved