public final class NotSerializableExceptionWrapper extends ElasticsearchException
StreamOutput.writeException(Throwable)
.
This class will preserve the stacktrace as well as the suppressed exceptions of
the throwable it was created with instead of it's own. The stacktrace has no indication
of where this exception was created.ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT
EMPTY_PARAMS
Constructor and Description |
---|
NotSerializableExceptionWrapper(StreamInput in) |
NotSerializableExceptionWrapper(java.lang.Throwable other) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getExceptionName() |
RestStatus |
status()
Returns the rest status code associated with this exception.
|
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
addHeader, addHeader, addMetadata, addMetadata, failureFromXContent, fromXContent, generateFailureXContent, generateThrowableXContent, getDetailedMessage, getExceptionName, getHeader, getHeaderKeys, getHeaders, getId, getIndex, getMetadata, getMetadata, getMetadataKeys, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, metadataToXContent, readException, readStackTrace, setIndex, setIndex, setResources, setShard, toString, toXContent, unwrapCause, writeStackTraces
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isFragment
public NotSerializableExceptionWrapper(java.lang.Throwable other)
public NotSerializableExceptionWrapper(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
writeTo
in interface Writeable
writeTo
in class ElasticsearchException
java.io.IOException
protected java.lang.String getExceptionName()
getExceptionName
in class ElasticsearchException
public RestStatus status()
ElasticsearchException
status
in class ElasticsearchException