java.io.SerializableSecondaryConstraintException, SecondaryIntegrityExceptionpublic abstract class SecondaryReferenceException extends OperationFailureException
The Transaction handle is invalidated as a result of this
exception.
| Modifier and Type | Method | Description |
|---|---|---|
long |
getExpirationTime() |
Returns the expiration time of the record being accessed during the
failure.
|
java.lang.String |
getPrimaryDatabaseName() |
Returns the name of the primary database being accessed during the
failure.
|
DatabaseEntry |
getPrimaryKey() |
Returns the primary key being accessed during the failure.
|
long |
getPrimaryLsn() |
Returns the internal Log Sequence Number of the primary record 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 java.lang.String getPrimaryDatabaseName()
public DatabaseEntry getSecondaryKey()
public DatabaseEntry getPrimaryKey()
public long getPrimaryLsn()
public long getExpirationTime()
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.