|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticSearchException
org.elasticsearch.cluster.routing.RoutingException
org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
public class IllegalShardRoutingStateException
Constructor Summary | |
---|---|
IllegalShardRoutingStateException(ShardRouting shard,
java.lang.String message)
|
|
IllegalShardRoutingStateException(ShardRouting shard,
java.lang.String message,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
ShardRouting |
shard()
|
Methods inherited from class org.elasticsearch.ElasticSearchException |
---|
contains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCause |
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 |
---|
public IllegalShardRoutingStateException(ShardRouting shard, java.lang.String message)
public IllegalShardRoutingStateException(ShardRouting shard, java.lang.String message, java.lang.Throwable cause)
Method Detail |
---|
public ShardRouting shard()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |