Package org.elasticsearch.action.support
Class DefaultShardOperationFailedException
java.lang.Object
org.elasticsearch.action.ShardOperationFailedException
org.elasticsearch.action.support.DefaultShardOperationFailedException
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Direct Known Subclasses:
CloseIndexResponse.ShardResult.Failure,IndicesShardStoresResponse.Failure
public class DefaultShardOperationFailedException extends ShardOperationFailedException implements Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<DefaultShardOperationFailedException,java.lang.Void>PARSER -
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultShardOperationFailedException()DefaultShardOperationFailedException(java.lang.String index, int shardId, java.lang.Throwable cause)protectedDefaultShardOperationFailedException(StreamInput in)DefaultShardOperationFailedException(ElasticsearchException e) -
Method Summary
Modifier and Type Method Description protected static <T extends DefaultShardOperationFailedException>
voiddeclareFields(ConstructingObjectParser<T,java.lang.Void> objectParser)static DefaultShardOperationFailedExceptionfromXContent(XContentParser parser)protected XContentBuilderinnerToXContent(XContentBuilder builder, ToXContent.Params params)static voidreadFrom(StreamInput in, DefaultShardOperationFailedException f)static DefaultShardOperationFailedExceptionreadShardOperationFailed(StreamInput in)java.lang.StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.ShardOperationFailedException
getCause, index, reason, shardId, status
-
Field Details
-
PARSER
public static final ConstructingObjectParser<DefaultShardOperationFailedException,java.lang.Void> PARSER
-
-
Constructor Details
-
DefaultShardOperationFailedException
protected DefaultShardOperationFailedException() -
DefaultShardOperationFailedException
- Throws:
java.io.IOException
-
DefaultShardOperationFailedException
-
DefaultShardOperationFailedException
public DefaultShardOperationFailedException(java.lang.String index, int shardId, java.lang.Throwable cause)
-
-
Method Details
-
declareFields
protected static <T extends DefaultShardOperationFailedException> void declareFields(ConstructingObjectParser<T,java.lang.Void> objectParser) -
readShardOperationFailed
public static DefaultShardOperationFailedException readShardOperationFailed(StreamInput in) throws java.io.IOException- Throws:
java.io.IOException
-
readFrom
public static void readFrom(StreamInput in, DefaultShardOperationFailedException f) throws java.io.IOException- Throws:
java.io.IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
toXContent
public final XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
innerToXContent
protected XContentBuilder innerToXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Throws:
java.io.IOException
-
fromXContent
-