org.elasticsearch.common.io.stream.Streamable
public static final class ElasticsearchAssertions.ExceptionWrapper
extends java.lang.Object
implements org.elasticsearch.common.io.stream.Streamable
Constructor | Description |
---|---|
ExceptionWrapper() |
|
ExceptionWrapper(java.lang.Exception e) |
Modifier and Type | Method | Description |
---|---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
|
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
public ExceptionWrapper(java.lang.Exception e)
public ExceptionWrapper()
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws java.io.IOException
readFrom
in interface org.elasticsearch.common.io.stream.Streamable
java.io.IOException
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws java.io.IOException
writeTo
in interface org.elasticsearch.common.io.stream.Streamable
java.io.IOException