public abstract class SecondaryReferenceException extends OperationFailureException
The Transaction handle is invalidated as a result of this
exception.
| Modifier and Type | Method and Description |
|---|---|
long |
getExpirationTime()
Returns the expiration time of the record being accessed during the
failure.
|
DatabaseEntry |
getPrimaryKey()
Returns the primary key being accessed during the failure.
|
java.lang.String |
getSecondaryDatabaseName()
Returns the name of the secondary database being accessed during the
failure.
|
DatabaseEntry |
getSecondaryKey()
Returns the secondary key being accessed during the failure.
|
getMessagepublic java.lang.String getSecondaryDatabaseName()
public DatabaseEntry getSecondaryKey()
public DatabaseEntry getPrimaryKey()
public long getExpirationTime()
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.