April 2003
Beginner to intermediate
380 pages
12h 25m
English
JDOOptimisticVerificationException
A verification step (described in Chapter 15) is performed on all
instances that are new, modified, or deleted when you make a call to
commit an optimistic transaction. If any instances fail this
verification step, a JDOOptimisticVerificationException is
thrown. It contains an array of nested exceptions; each nested
exception contains an instance that failed verification.
public class JDOOptimisticVerificationException
extends javax.jdo.JDOFatalDataStoreException {
}Read now
Unlock full access