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,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.Params
-
Nested 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,Void>PARSER-
Fields inherited from class org.elasticsearch.action.ShardOperationFailedException
cause, index, reason, shardId, status
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultShardOperationFailedException()DefaultShardOperationFailedException(String index, int shardId, Throwable cause)protectedDefaultShardOperationFailedException(StreamInput in)DefaultShardOperationFailedException(ElasticsearchException e)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static <T extends DefaultShardOperationFailedException>
voiddeclareFields(ConstructingObjectParser<T,Void> objectParser)static DefaultShardOperationFailedExceptionfromXContent(XContentParser parser)protected XContentBuilderinnerToXContent(XContentBuilder builder, ToXContent.Params params)static voidreadFrom(StreamInput in, DefaultShardOperationFailedException f)static DefaultShardOperationFailedExceptionreadShardOperationFailed(StreamInput in)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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
PARSER
public static final ConstructingObjectParser<DefaultShardOperationFailedException,Void> PARSER
-
-
Constructor Detail
-
DefaultShardOperationFailedException
protected DefaultShardOperationFailedException()
-
DefaultShardOperationFailedException
protected DefaultShardOperationFailedException(StreamInput in) throws IOException
- Throws:
IOException
-
DefaultShardOperationFailedException
public DefaultShardOperationFailedException(ElasticsearchException e)
-
-
Method Detail
-
declareFields
protected static <T extends DefaultShardOperationFailedException> void declareFields(ConstructingObjectParser<T,Void> objectParser)
-
readShardOperationFailed
public static DefaultShardOperationFailedException readShardOperationFailed(StreamInput in) throws IOException
- Throws:
IOException
-
readFrom
public static void readFrom(StreamInput in, DefaultShardOperationFailedException f) throws IOException
- Throws:
IOException
-
writeTo
public void writeTo(StreamOutput out) throws IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public final XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
innerToXContent
protected XContentBuilder innerToXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Throws:
IOException
-
fromXContent
public static DefaultShardOperationFailedException fromXContent(XContentParser parser)
-
-