ALBPM Process API

fuego.papi.exception
Class ProcessNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.OperationException
                  extended by fuego.papi.ProcessNotAvailableException
                      extended by fuego.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
 
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()

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved