public static class AbstractPersistenceEnvironment.DefaultFailureContinuation extends Object implements com.oracle.coherence.common.base.Continuation<Throwable>
Constructor and Description |
---|
DefaultFailureContinuation(Object oSource)
Create a new DefaultFailureContinuation for the given exception
source.
|
Modifier and Type | Method and 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 exception