Class OpenSearchException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
CircuitBreakingException, IndexShardSnapshotException, NotSerializableExceptionWrapper, OpenSearchParseException, ParsingException, TaskCancelledException

@PublicApi(since="1.0.0") public class OpenSearchException extends RuntimeException implements Writeable, ToXContentFragment
A core library base class for all opensearch exceptions.
See Also:
Opensearch.api: