Package org.elasticsearch
package org.elasticsearch
A distributed RESTful search engine.
-
InterfaceDescriptionAn exception that is meant to be "unwrapped" when sent back to the user as an error because its is
cause
, if non-null is always more useful to the user than the exception itself. -
ClassDescriptionProvides a static final field that can be used to check if assertions are enabled.Information about a build of Elasticsearch.Elasticsearch-specific permission to check before entering
AccessController.doPrivileged()
blocks. -
ExceptionDescriptionThis exception is thrown when Elasticsearch detects an inconsistency in one of it's persistent files.A base class for all elasticsearch exceptions.A generic exception indicating failure to generate.Unchecked exception that is translated into a
400 BAD REQUEST
error when it bubbles out over HTTP.Generic security exceptionException who'sRestStatus
is arbitrary rather than derived.The same asTimeoutException
simply a runtime one.Generic ResourceNotFoundException corresponding to theRestStatus.NOT_FOUND
status code