public class SecondaryIntegrityException extends SecondaryReferenceException
The Transaction
handle is invalidated as a result of this
exception.
Some possible causes of a secondary integrity exception are listed
below. Note that only the first item -- the use of a non-transactional
store -- is applicable when using the DPL
.
All other items below do not apply to the use of the DPL, because the DPL
ensures that secondary databases are configured and managed correctly.
Database
handle, or by truncating or
removing primary database without also truncating or removing all secondary
databases. When the DPL is not used, the application is responsible for
managing associated databases correctly.
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.