fuego.papi.exception
Class ProcessNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessNotAvailableException
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
Methods inherited from class fuego.lang.DefaultException |
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail |
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
getDirectoryURL
public String getDirectoryURL()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved