Class ElasticsearchStatusException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
ElasticsearchSecurityException

public class ElasticsearchStatusException extends ElasticsearchException
Exception who's RestStatus is arbitrary rather than derived. Used, for example, by reindex-from-remote to wrap remote exceptions that contain a status.
See Also: