Class OpenSearchStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opensearch.OpenSearchException
org.opensearch.OpenSearchStatusException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
OpenSearchSecurityException

public class OpenSearchStatusException
extends OpenSearchException
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:
Serialized Form