voldemort.store
Class InsufficientZoneResponsesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by voldemort.VoldemortException
                  extended by voldemort.store.InsufficientZoneResponsesException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientZoneResponsesException
extends VoldemortException

Thrown if an operation fails due to too few reachable nodes.

See Also:
Serialized Form

Constructor Summary
InsufficientZoneResponsesException(java.util.Collection<? extends java.lang.Throwable> failures)
           
InsufficientZoneResponsesException(java.lang.String s)
           
InsufficientZoneResponsesException(java.lang.String message, java.util.Collection<? extends java.lang.Throwable> failures)
           
InsufficientZoneResponsesException(java.lang.String s, java.lang.Throwable e)
           
InsufficientZoneResponsesException(java.lang.Throwable e)
           
 
Method Summary
 java.util.Collection<? extends java.lang.Throwable> getCauses()
           
 
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

InsufficientZoneResponsesException

public InsufficientZoneResponsesException(java.lang.String s,
                                          java.lang.Throwable e)

InsufficientZoneResponsesException

public InsufficientZoneResponsesException(java.lang.String s)

InsufficientZoneResponsesException

public InsufficientZoneResponsesException(java.lang.Throwable e)

InsufficientZoneResponsesException

public InsufficientZoneResponsesException(java.util.Collection<? extends java.lang.Throwable> failures)

InsufficientZoneResponsesException

public InsufficientZoneResponsesException(java.lang.String message,
                                          java.util.Collection<? extends java.lang.Throwable> failures)
Method Detail

getCauses

public java.util.Collection<? extends java.lang.Throwable> getCauses()


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