public static class AbstractPersistenceEnvironment.DefaultFailureContinuation extends Object implements Continuation<Throwable>
| Constructor | Description |
|---|---|
DefaultFailureContinuation(Object oSource) |
Create a new DefaultFailureContinuation for the given exception
source.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
proceed(Throwable e) |
Resume the execution after the completion of an asynchronous call.
|
public DefaultFailureContinuation(Object oSource)
oSource - the object that threw the exceptionpublic void proceed(Throwable e)
proceed in interface Continuation<Throwable>e - the result of the execution preceding this continuation