public abstract class SecondaryReferenceException extends OperationFailureException
The Transaction
handle is invalidated as a result of this
exception.
Modifier and Type | Method and Description |
---|---|
DatabaseEntry |
getPrimaryKey()
Returns the primary key being access during the failure.
|
String |
getSecondaryDatabaseName()
Returns the name of the secondary database being access during the
failure.
|
DatabaseEntry |
getSecondaryKey()
Returns the secondary key being access during the failure.
|
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getSecondaryDatabaseName()
public DatabaseEntry getSecondaryKey()
public DatabaseEntry getPrimaryKey()
Copyright (c) 2004, 2014 Oracle and/or its affiliates. All rights reserved.