voldemort.store
Class InsufficientOperationalNodesException

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.InsufficientOperationalNodesException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientOperationalNodesException
extends VoldemortException

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

See Also:
Serialized Form

Constructor Summary
InsufficientOperationalNodesException(java.util.Collection<? extends java.lang.Throwable> failures)
           
InsufficientOperationalNodesException(java.lang.String s)
           
InsufficientOperationalNodesException(java.lang.String message, java.util.Collection<? extends java.lang.Throwable> failures)
           
InsufficientOperationalNodesException(java.lang.String message, java.util.List<Node> replicationSet, java.util.List<Node> preferenceList, java.util.List<Node> failedList, java.util.Collection<? extends java.lang.Throwable> failures)
           
InsufficientOperationalNodesException(java.lang.String s, java.lang.Throwable e)
           
InsufficientOperationalNodesException(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

InsufficientOperationalNodesException

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

InsufficientOperationalNodesException

public InsufficientOperationalNodesException(java.lang.String s)

InsufficientOperationalNodesException

public InsufficientOperationalNodesException(java.lang.Throwable e)

InsufficientOperationalNodesException

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

InsufficientOperationalNodesException

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

InsufficientOperationalNodesException

public InsufficientOperationalNodesException(java.lang.String message,
                                             java.util.List<Node> replicationSet,
                                             java.util.List<Node> preferenceList,
                                             java.util.List<Node> failedList,
                                             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