weblogic.jdbc.rowset
Class OptimisticConflictException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.sql.SQLException
java.sql.SQLException
               javax.sql.rowset.spi.SyncProviderException
javax.sql.rowset.spi.SyncProviderException
                   weblogic.jdbc.rowset.OptimisticConflictException
weblogic.jdbc.rowset.OptimisticConflictException
- All Implemented Interfaces: 
- Serializable
- public class OptimisticConflictException 
- extends SyncProviderException
An exception is thrown when an optimistic conflict occurs during  
 WLCachedRowSet.acceptChanges
 
 A version conflict occurs when the underlying data in the database
 has changed after the WLCachedRowSet has read the data into memory, 
 but before WLCachedRowSet can write back to the database.  
 The exact circumstances that produce an OptimisticConflictException depend 
 on the optimistic policy being used.
- See Also:
- WLRowSetMetaData, 
Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |