|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultException
fuego.papi.OperationException
fuego.papi.ProcessNotAvailableException
fuego.papi.exception.ProcessNotFoundException
A ProcessNotFoundException is thrown as a result of an
attempt to access an inexistent process.
| 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 |
public ProcessNotFoundException(String processId)
processId - Process identification not found.
public ProcessNotFoundException(String processId,
Throwable cause)
processId - Process identification not found.cause - Cause of this exception
public ProcessNotFoundException(String processId,
String directoryURL)
processId - Process identifiaction.directoryURL - Directory URL direction.
public ProcessNotFoundException(String processId,
String directoryURL,
Throwable cause)
processId - Process identifiaction.directoryURL - Directory URL direction.cause - Cause of this exception| Method Detail |
public String getDirectoryURL()
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||