|
ALBPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceNotAvailableException
public class InstanceNotAvailableException
| Constructor Summary | |
|---|---|
InstanceNotAvailableException(String instanceId,
Throwable cause)
Creates a new InstanceNotAvailableException with the given instanceId and initial exception. |
|
| Method Summary | |
|---|---|
String |
getDetail(Locale locale)
This method return the detail of the exception. |
String |
getTechnicalDetail(Locale locale)
This method return the technical detail of the exception. |
| Methods inherited from class fuego.papi.exception.InstanceOperationException |
|---|
getInstanceId |
| Methods inherited from class fuego.papi.ProcessOperationException |
|---|
getProcessId |
| 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 |
|---|
public InstanceNotAvailableException(String instanceId,
Throwable cause)
instanceId - InstanceId that not available.cause - Initial exception.| Method Detail |
|---|
public String getDetail(Locale locale)
getDetail in class fuego.lang.DefaultExceptionpublic String getTechnicalDetail(Locale locale)
getTechnicalDetail in class fuego.lang.DefaultException
|
ALBPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||