Serialized Form
-
Package org.opensearch
-
Exception Class org.opensearch.OpenSearchException
class OpenSearchException extends RuntimeException implements Serializable -
Exception Class org.opensearch.OpenSearchParseException
class OpenSearchParseException extends OpenSearchException implements Serializable
-
-
Package org.opensearch.core.common
-
Exception Class org.opensearch.core.common.ParsingException
class ParsingException extends OpenSearchException implements Serializable-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
-
-
-
Package org.opensearch.core.common.breaker
-
Exception Class org.opensearch.core.common.breaker.CircuitBreakingException
class CircuitBreakingException extends OpenSearchException implements Serializable-
Serialized Fields
-
byteLimit
long byteLimit
The circuit breaker limit -
bytesWanted
long bytesWanted
The number of bytes wanted -
durability
CircuitBreaker.Durability durability
TheCircuitBreaker.Durabilityof the circuit breaker
-
-
-
-
Package org.opensearch.core.common.io.stream
-
Exception Class org.opensearch.core.common.io.stream.NotSerializableExceptionWrapper
class NotSerializableExceptionWrapper extends OpenSearchException implements Serializable-
Serialized Fields
-
name
String name
-
status
RestStatus status
-
-
-
-
Package org.opensearch.core.compress
-
Exception Class org.opensearch.core.compress.NotCompressedException
class NotCompressedException extends RuntimeException implements Serializable -
Exception Class org.opensearch.core.compress.NotXContentException
class NotXContentException extends RuntimeException implements Serializable
-
-
Package org.opensearch.core.concurrency
-
Exception Class org.opensearch.core.concurrency.OpenSearchRejectedExecutionException
class OpenSearchRejectedExecutionException extends RejectedExecutionException implements Serializable-
Serialized Fields
-
isExecutorShutdown
boolean isExecutorShutdown
-
-
-
-
Package org.opensearch.core.index.snapshots
-
Exception Class org.opensearch.core.index.snapshots.IndexShardSnapshotException
class IndexShardSnapshotException extends OpenSearchException implements Serializable -
Exception Class org.opensearch.core.index.snapshots.IndexShardSnapshotFailedException
class IndexShardSnapshotFailedException extends IndexShardSnapshotException implements Serializable
-
-
Package org.opensearch.core.tasks
-
Exception Class org.opensearch.core.tasks.TaskCancelledException
class TaskCancelledException extends OpenSearchException implements Serializable
-
-
Package org.opensearch.core.xcontent
-
Exception Class org.opensearch.core.xcontent.NamedObjectNotFoundException
class NamedObjectNotFoundException extends XContentParseException implements Serializable -
Exception Class org.opensearch.core.xcontent.XContentParseException
class XContentParseException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
location
Optional<XContentLocation> location
-
-
-