public static class AbstractPersistenceEnvironment.DefaultFailureContinuation
extends Object
implements com.oracle.coherence.common.base.Continuation<Throwable>
Continuation implementation that accepts a Throwable and throws a
PersistenceException. If the provided Throwable is a
PersistenceException, it is thrown as is; otherwise, a wrapper
PersistenceException is thrown.