|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.bdb.IntegrityConstraintException
public class IntegrityConstraintException
Thrown when an integrity constraint violation occurs. This normally occurs when an attempt is made to delete a store element, and the primary key of that element is referenced by a foreign key index with a ON_DELETE_ABORT delete action. It may also occur when an internal index inconsistency is detected, in processing a ForeignKeyIndex or a DataIndex.
ForeignKeyIndex,
Serialized Form| Constructor Summary | |
|---|---|
IntegrityConstraintException(java.lang.String msg)
Creates an integrity constraint exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntegrityConstraintException(java.lang.String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||