public class UnavailableException extends RequestExecutionException
Modifier and Type | Field and Description |
---|---|
int |
alive |
ConsistencyLevel |
consistency |
int |
required |
Constructor and Description |
---|
UnavailableException(ConsistencyLevel consistency,
int required,
int alive) |
UnavailableException(java.lang.String msg,
ConsistencyLevel consistency,
int required,
int alive) |
code
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public final ConsistencyLevel consistency
public final int required
public final int alive
public UnavailableException(ConsistencyLevel consistency, int required, int alive)
public UnavailableException(java.lang.String msg, ConsistencyLevel consistency, int required, int alive)
Copyright © 2017 The Apache Software Foundation