com.sleepycat.je.rep.stream
Class FeederReplicaSyncup.NetworkRestoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.rep.stream.FeederReplicaSyncup.NetworkRestoreException
All Implemented Interfaces:
Serializable
Enclosing class:
FeederReplicaSyncup

public static class FeederReplicaSyncup.NetworkRestoreException
extends Exception

See Also:
Serialized Form

Constructor Summary
FeederReplicaSyncup.NetworkRestoreException(VLSN vlsn, VLSN firstVLSN, VLSN lastVLSN, NameIdPair replicaNameIdPair)
           
 
Method Summary
 String getMessage()
           
 NameIdPair getReplicaNameIdPair()
           
 VLSN getVlsn()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeederReplicaSyncup.NetworkRestoreException

public FeederReplicaSyncup.NetworkRestoreException(VLSN vlsn,
                                                   VLSN firstVLSN,
                                                   VLSN lastVLSN,
                                                   NameIdPair replicaNameIdPair)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getVlsn

public VLSN getVlsn()

getReplicaNameIdPair

public NameIdPair getReplicaNameIdPair()


Copyright (c) 2004-2010 Oracle. All rights reserved.