com.sleepycat.je.rep.elections
Class Proposer.MaxRetriesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.rep.elections.Proposer.MaxRetriesException
All Implemented Interfaces:
Serializable
Enclosing class:
Proposer

public static class Proposer.MaxRetriesException
extends Exception

Exception thrown when a Proposal issue fails because the retry limit has been exceeded.

See Also:
Serialized Form

Field Summary
(package private)  StatGroup proposerStats
           
 
Constructor Summary
Proposer.MaxRetriesException(StatGroup proposerStats)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

proposerStats

final StatGroup proposerStats
Constructor Detail

Proposer.MaxRetriesException

Proposer.MaxRetriesException(StatGroup proposerStats)


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