public final class NotSerializableExceptionWrapper extends ElasticsearchException
StreamOutput.writeThrowable(Throwable).
This class will perserve 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.ParamsREST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| コンストラクタと説明 |
|---|
NotSerializableExceptionWrapper(StreamInput in) |
NotSerializableExceptionWrapper(Throwable other) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
getExceptionName() |
RestStatus |
status()
Returns the rest status code associated with this exception.
|
void |
writeTo(StreamOutput out) |
addHeader, addHeader, causeToXContent, contains, getDetailedMessage, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, readException, readStackTrace, renderHeader, renderThrowable, setIndex, setIndex, setResources, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTracesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NotSerializableExceptionWrapper(Throwable other)
public NotSerializableExceptionWrapper(StreamInput in) throws IOException
IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo クラス内 ElasticsearchExceptionIOExceptionprotected String getExceptionName()
getExceptionName クラス内 ElasticsearchExceptionpublic RestStatus status()
ElasticsearchExceptionstatus クラス内 ElasticsearchExceptionCopyright © 2009–2016. All rights reserved.