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

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

public static class NetworkBackup.LoadThresholdExceededException
extends Exception

See Also:
Serialized Form

Field Summary
(package private)  int activeServers
           
(package private)  int threshold
           
 
Constructor Summary
NetworkBackup.LoadThresholdExceededException(int threshold, int activeServers)
           
 
Method Summary
 int getActiveServers()
           
 String getMessage()
           
 int getThreshold()
           
 
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
 

Field Detail

threshold

final int threshold

activeServers

final int activeServers
Constructor Detail

NetworkBackup.LoadThresholdExceededException

NetworkBackup.LoadThresholdExceededException(int threshold,
                                             int activeServers)
Method Detail

getActiveServers

public int getActiveServers()

getThreshold

public int getThreshold()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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