com.sleepycat.je.dbi
Class OperationAbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.dbi.OperationAbortException
- All Implemented Interfaces:
- Serializable
public class OperationAbortException
- extends OperationFailureException
Thrown by Txn.markDeleteAtTxnEnd, if the deletedDatabases contains the same
database with different deleteAtCommit variables. This case will happen if
doing truncateDatabase and removeDatabase operations on the same database in
the same txn.
- See Also:
- Serialized Form
OperationAbortException
public OperationAbortException(Locker locker,
String message)
- For internal use only.
wrapSelf
public OperationAbortException wrapSelf(String msg)
- For internal use only.
- Specified by:
wrapSelf
in class OperationFailureException
Copyright (c) 2004-2010 Oracle. All rights reserved.