public class ForeignConstraintException 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)
).
When using the DPL (com.sleepycat.persist
), this can occur when a
SecondaryKey
is defined with a SecondaryKey.relatedEntity()
.
The Transaction
handle is invalidated as a result of this
exception.
getPrimaryKey, getSecondaryDatabaseName, getSecondaryKey
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2004, 2014 Oracle and/or its affiliates. All rights reserved.