voldemort.client
Class BootstrapFailureException

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

public class BootstrapFailureException
extends VoldemortException

The exception thrown when bootstrapping the store from the cluster fails (e.g. because none of the given nodes could be connected to). This is generally an unrecoverable failure.

See Also:
Serialized Form

Constructor Summary
BootstrapFailureException()
           
BootstrapFailureException(java.lang.String message)
           
BootstrapFailureException(java.lang.String message, java.lang.Throwable cause)
           
BootstrapFailureException(java.lang.Throwable cause)
           
 
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

BootstrapFailureException

public BootstrapFailureException()

BootstrapFailureException

public BootstrapFailureException(java.lang.String message,
                                 java.lang.Throwable cause)

BootstrapFailureException

public BootstrapFailureException(java.lang.String message)

BootstrapFailureException

public BootstrapFailureException(java.lang.Throwable cause)


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