|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.smila.utils.MaybeRecoverableException
org.eclipse.smila.jobmanager.JobManagerException
public class JobManagerException
Base class for exception thrown by JobManager methods. There may be subclasses to distinguish between different error types. Contains a flag to describe if it makes sense for the client to retry the operation.
| Constructor Summary | |
|---|---|
JobManagerException(java.lang.String message)
create exception with description. |
|
JobManagerException(java.lang.String message,
boolean recoverable)
create exception with description. |
|
JobManagerException(java.lang.String message,
java.lang.Throwable cause)
create exception with description and cause. |
|
JobManagerException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create exception with description and cause. |
|
| Method Summary | |
|---|---|
static boolean |
isRecoverableCause(java.lang.Throwable cause)
auto-detection of causes that should be recoverable. |
| Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException |
|---|
isRecoverable |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobManagerException(java.lang.String message,
java.lang.Throwable cause)
public JobManagerException(java.lang.String message)
public JobManagerException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
public JobManagerException(java.lang.String message,
boolean recoverable)
| Method Detail |
|---|
public static boolean isRecoverableCause(java.lang.Throwable cause)
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||