public class DeleteConstraintException extends SecondaryConstraintException
When using the base API (com.sleepycat.je), this can occur when a
SecondaryDatabase is configured to be associated with a foreign key
database (see SecondaryConfig.setForeignKeyDatabase(com.sleepycat.je.Database)), and is also
configured with the ForeignKeyDeleteAction.ABORT delete action (see
SecondaryConfig.setForeignKeyDeleteAction(com.sleepycat.je.ForeignKeyDeleteAction)). Note that ABORT
is the default setting.
When using the DPL (com.sleepycat.persist), this can occur when a
SecondaryKey is defined with a SecondaryKey.relatedEntity(), and SecondaryKey.onRelatedEntityDelete() is DeleteAction.ABORT (which is the default).
The Transaction handle is invalidated as a result of this
exception.
| Constructor and Description |
|---|
DeleteConstraintException(com.sleepycat.je.txn.Locker locker,
java.lang.String message,
java.lang.String secDbName,
DatabaseEntry secKey,
DatabaseEntry priKey)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
OperationFailureException |
wrapSelf(java.lang.String msg)
For internal use only.
|
getPrimaryKey, getSecondaryDatabaseName, getSecondaryKeyaddErrorMessage, addRethrownStackTrace, getMessage, getVersionHeaderpublic DeleteConstraintException(com.sleepycat.je.txn.Locker locker,
java.lang.String message,
java.lang.String secDbName,
DatabaseEntry secKey,
DatabaseEntry priKey)
public OperationFailureException wrapSelf(java.lang.String msg)
wrapSelf in class OperationFailureExceptionCopyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.