voldemort.server.rebalance
Class VoldemortRebalancingException

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.VoldemortApplicationException
                      extended by voldemort.server.rebalance.VoldemortRebalancingException
All Implemented Interfaces:
java.io.Serializable

public class VoldemortRebalancingException
extends VoldemortApplicationException

See Also:
Serialized Form

Constructor Summary
VoldemortRebalancingException(java.lang.String s)
           
VoldemortRebalancingException(java.lang.String s, java.util.List<java.lang.Exception> failures)
           
 
Method Summary
 java.util.Collection<java.lang.Exception> 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

VoldemortRebalancingException

public VoldemortRebalancingException(java.lang.String s)

VoldemortRebalancingException

public VoldemortRebalancingException(java.lang.String s,
                                     java.util.List<java.lang.Exception> failures)
Method Detail

getCauses

public java.util.Collection<java.lang.Exception> getCauses()


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