voldemort.utils.pool
Class ExcessiveInvalidResourcesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by voldemort.utils.pool.ExcessiveInvalidResourcesException
All Implemented Interfaces:
java.io.Serializable

public class ExcessiveInvalidResourcesException
extends java.lang.RuntimeException

Indicates that we have exceeded the maximum number of successive invalid resources that can be created in a single checkout.

See Also:
Serialized Form

Constructor Summary
ExcessiveInvalidResourcesException(int count)
           
 
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
 

Constructor Detail

ExcessiveInvalidResourcesException

public ExcessiveInvalidResourcesException(int count)


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu