|
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
Thrown when a Process is not available. This usually means that the Engine where the Process is deployed could not be reached.
| Constructor Summary | |
ProcessNotAvailableException()
Creates a new ProcessNotAvailableException object. |
|
ProcessNotAvailableException(String processId)
Creates a new ProcessNotAvailableException object. |
|
ProcessNotAvailableException(String processId,
String directoryURL)
Creates a new ProcessNotAvailableException object. |
|
ProcessNotAvailableException(String processId,
String directoryURL,
Throwable cause)
|
|
ProcessNotAvailableException(String processId,
Throwable cause)
Creates a new ProcessNotAvailableException object. |
|
| Method Summary | |
static ProcessNotAvailableException |
cannotFindEJB(String processId,
String lookupName,
Throwable t)
For internal use only. |
static ProcessNotAvailableException |
classCastOnNarrow(String processId,
String lookupName,
ClassCastException t)
For internal use only. |
String |
getDetail(Locale locale)
Returns the detail of the exception. |
String |
getProcessId()
Gets the Id of the process not available. |
String |
getTechnicalDetail(Locale locale)
Returns the technical detail of the exception. |
| 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 ProcessNotAvailableException()
public ProcessNotAvailableException(String processId)
processId - process Id not available.
public ProcessNotAvailableException(String processId,
String directoryURL)
processId - process Id not available.directoryURL - url of the directory.
public ProcessNotAvailableException(String processId,
Throwable cause)
processId - process Id not available.cause - the problem which generated the exception.
public ProcessNotAvailableException(String processId,
String directoryURL,
Throwable cause)
| Method Detail |
public static ProcessNotAvailableException cannotFindEJB(String processId,
String lookupName,
Throwable t)
public static ProcessNotAvailableException classCastOnNarrow(String processId,
String lookupName,
ClassCastException t)
public String getDetail(Locale locale)
locale - Locale to localize the detail of the exception.
public String getProcessId()
public String getTechnicalDetail(Locale locale)
locale - Locale to localize the technical detail of the exception.
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||