|
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.processing.ProcessingException
public class ProcessingException
Thrown by WorkflowProcessors or other processing components on errors while processing a record. The
component can set the recoverable flag to true to tell a caller that it is possible that the same call will be
successful on retry.
| Constructor Summary | |
|---|---|
ProcessingException(java.lang.String message)
constructor with message. |
|
ProcessingException(java.lang.String message,
boolean recoverable)
constructor with message and recoverable flag. |
|
ProcessingException(java.lang.String message,
java.lang.Throwable cause)
constructor with message and causing exception. |
|
ProcessingException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
constructor with message, causing exception and recoverable flag. |
|
ProcessingException(java.lang.Throwable cause)
constructor with causing exception. |
|
ProcessingException(java.lang.Throwable cause,
boolean recoverable)
constructor with causing exception and recoverable flag. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException |
|---|
isRecoverable, isRecoverableCause |
| 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 ProcessingException(java.lang.String message)
public ProcessingException(java.lang.Throwable cause)
public ProcessingException(java.lang.String message,
java.lang.Throwable cause)
public ProcessingException(java.lang.String message,
boolean recoverable)
public ProcessingException(java.lang.Throwable cause,
boolean recoverable)
public ProcessingException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||