public static class Replica.HardRecoveryElectionException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
(package private) VLSN |
lastTxnEnd |
(package private) NameIdPair |
masterNameIdPair |
(package private) VLSN |
matchpointVLSN |
Constructor and Description |
---|
Replica.HardRecoveryElectionException(NameIdPair masterNameIdPair,
VLSN lastTxnEnd,
VLSN matchpointVLSN) |
Modifier and Type | Method and Description |
---|---|
NameIdPair |
getMaster()
The master that needs to be verified with an election.
|
java.lang.String |
getMessage() |
final NameIdPair masterNameIdPair
final VLSN lastTxnEnd
final VLSN matchpointVLSN
public Replica.HardRecoveryElectionException(NameIdPair masterNameIdPair, VLSN lastTxnEnd, VLSN matchpointVLSN)
public NameIdPair getMaster()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright (c) 2004-2012 Oracle. All rights reserved.