public final class IndexNotFoundException extends ResourceNotFoundException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
REST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT, UNKNOWN_VERSION_ADDED
EMPTY_PARAMS
Constructor and Description |
---|
IndexNotFoundException(Index index) |
IndexNotFoundException(Index index,
java.lang.Throwable cause) |
IndexNotFoundException(StreamInput in) |
IndexNotFoundException(java.lang.String index) |
IndexNotFoundException(java.lang.String index,
java.lang.Throwable cause) |
status
addHeader, addHeader, causeToXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, readException, readStackTrace, renderException, renderHeader, setIndex, setIndex, setResources, setShard, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTraces, writeTo
public IndexNotFoundException(java.lang.String index)
public IndexNotFoundException(java.lang.String index, java.lang.Throwable cause)
public IndexNotFoundException(Index index)
public IndexNotFoundException(Index index, java.lang.Throwable cause)
public IndexNotFoundException(StreamInput in) throws java.io.IOException
java.io.IOException