public class ClusterBlockException extends ElasticsearchException
ElasticsearchException.WithRestHeaders
Constructor and Description |
---|
ClusterBlockException(com.google.common.collect.ImmutableSet<ClusterBlock> blocks) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<ClusterBlock> |
blocks() |
boolean |
retryable() |
RestStatus |
status()
Returns the rest status code associated with this exception.
|
contains, getDetailedMessage, getMostSpecificCause, getRootCause, unwrapCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClusterBlockException(com.google.common.collect.ImmutableSet<ClusterBlock> blocks)
public boolean retryable()
public com.google.common.collect.ImmutableSet<ClusterBlock> blocks()
public RestStatus status()
ElasticsearchException
status
in class ElasticsearchException
Copyright © 2009–2015. All rights reserved.