voldemort.client
Class BootstrapFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
voldemort.VoldemortException
voldemort.client.BootstrapFailureException
- All Implemented Interfaces:
- java.io.Serializable
public class BootstrapFailureException
- extends voldemort.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
| 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 |
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