com.sleepycat.je.rep.impl.networkRestore
Class NetworkBackup.InsufficientVLSNRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.rep.impl.networkRestore.NetworkBackup.InsufficientVLSNRangeException
All Implemented Interfaces:
Serializable
Enclosing class:
NetworkBackup

public static class NetworkBackup.InsufficientVLSNRangeException
extends Exception

Exception indicating that the server vlsn range did not cover the VLSN of interest.

See Also:
Serialized Form

Constructor Summary
NetworkBackup.InsufficientVLSNRangeException(VLSN minVLSN, VLSN rangeFirst, VLSN rangeLast)
           
 
Method Summary
 String getMessage()
           
 VLSN getMinVLSN()
           
 VLSN getRangeFirst()
           
 
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

NetworkBackup.InsufficientVLSNRangeException

public NetworkBackup.InsufficientVLSNRangeException(VLSN minVLSN,
                                                    VLSN rangeFirst,
                                                    VLSN rangeLast)
Method Detail

getMinVLSN

public VLSN getMinVLSN()

getRangeFirst

public VLSN getRangeFirst()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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