Package org.elasticsearch.action.support
Class DefaultShardOperationFailedException
java.lang.Object
org.elasticsearch.action.ShardOperationFailedException
org.elasticsearch.action.support.DefaultShardOperationFailedException
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
- Direct Known Subclasses:
AddIndexBlockResponse.AddBlockShardResult.Failure,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
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.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 org.elasticsearch.common.xcontent.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(org.elasticsearch.common.xcontent.ConstructingObjectParser<T,java.lang.Void> objectParser)static DefaultShardOperationFailedExceptionfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)protected org.elasticsearch.common.xcontent.XContentBuilderinnerToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)static voidreadFrom(StreamInput in, DefaultShardOperationFailedException f)static DefaultShardOperationFailedExceptionreadShardOperationFailed(StreamInput in)java.lang.StringtoString()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.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 org.elasticsearch.common.xcontent.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(org.elasticsearch.common.xcontent.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 org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
innerToXContent
protected org.elasticsearch.common.xcontent.XContentBuilder innerToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Throws:
java.io.IOException
-
fromXContent
public static DefaultShardOperationFailedException fromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
-