Uses of Class
org.elasticsearch.ElasticsearchException
-
-
Uses of ElasticsearchException in org.elasticsearch
Subclasses of ElasticsearchException in org.elasticsearch Modifier and Type Class Description classElasticsearchGenerationExceptionA generic exception indicating failure to generate.classElasticsearchParseExceptionUnchecked exception that is translated into a400 BAD REQUESTerror when it bubbles out over HTTP.classElasticsearchSecurityExceptionGeneric security exceptionclassElasticsearchStatusExceptionException who'sRestStatusis arbitrary rather than derived.classElasticsearchTimeoutExceptionThe same asTimeoutExceptionsimply a runtime one.classResourceAlreadyExistsExceptionclassResourceNotFoundExceptionGeneric ResourceNotFoundException corresponding to theRestStatus.NOT_FOUNDstatus codeMethods in org.elasticsearch that return ElasticsearchException Modifier and Type Method Description static ElasticsearchExceptionExceptionsHelper. convertToElastic(Exception e)static ElasticsearchExceptionElasticsearchException. failureFromXContent(XContentParser parser)Parses the output ofgenerateFailureXContent(XContentBuilder, Params, Exception, boolean)static ElasticsearchExceptionElasticsearchException. fromXContent(XContentParser parser)Generate aElasticsearchExceptionfrom aXContentParser.ElasticsearchException[]ElasticsearchException. guessRootCauses()Returns the root cause of this exception or multiple if different shards caused different exceptionsstatic ElasticsearchException[]ElasticsearchException. guessRootCauses(Throwable t)Returns the root cause of this exception or multiple if different shards caused different exceptions.static ElasticsearchExceptionElasticsearchException. innerFromXContent(XContentParser parser, boolean parseRootCauses)static ElasticsearchExceptionElasticsearchException. readException(StreamInput input, int id)Method parameters in org.elasticsearch with type arguments of type ElasticsearchException Modifier and Type Method Description static intElasticsearchException. getId(Class<? extends ElasticsearchException> exception)Returns the serialization id the given exception. -
Uses of ElasticsearchException in org.elasticsearch.action
Subclasses of ElasticsearchException in org.elasticsearch.action Modifier and Type Class Description classFailedNodeExceptionclassNoShardAvailableActionExceptionclassNoSuchNodeExceptionclassPrimaryMissingActionExceptionclassRoutingMissingExceptionclassTimestampParsingExceptionclassUnavailableShardsException -
Uses of ElasticsearchException in org.elasticsearch.action.admin.cluster.node.tasks.list
Method parameters in org.elasticsearch.action.admin.cluster.node.tasks.list with type arguments of type ElasticsearchException Modifier and Type Method Description protected static <T> ConstructingObjectParser<T,Void>ListTasksResponse. setupParser(String name, TriFunction<List<TaskInfo>,List<TaskOperationFailure>,List<ElasticsearchException>,T> ctor) -
Uses of ElasticsearchException in org.elasticsearch.action.search
Subclasses of ElasticsearchException in org.elasticsearch.action.search Modifier and Type Class Description classReduceSearchPhaseExceptionA failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).classSearchPhaseExecutionExceptionMethods in org.elasticsearch.action.search that return ElasticsearchException Modifier and Type Method Description ElasticsearchException[]SearchPhaseExecutionException. guessRootCauses() -
Uses of ElasticsearchException in org.elasticsearch.action.support
Constructors in org.elasticsearch.action.support with parameters of type ElasticsearchException Constructor Description DefaultShardOperationFailedException(ElasticsearchException e) -
Uses of ElasticsearchException in org.elasticsearch.action.support.broadcast
Subclasses of ElasticsearchException in org.elasticsearch.action.support.broadcast Modifier and Type Class Description classBroadcastShardOperationFailedExceptionAn exception indicating that a failure occurred performing an operation on the shard. -
Uses of ElasticsearchException in org.elasticsearch.action.support.replication
Subclasses of ElasticsearchException in org.elasticsearch.action.support.replication Modifier and Type Class Description static classReplicationOperation.RetryOnPrimaryExceptionstatic classTransportReplicationAction.RetryOnReplicaException -
Uses of ElasticsearchException in org.elasticsearch.action.support.tasks
Methods in org.elasticsearch.action.support.tasks that return types with arguments of type ElasticsearchException Modifier and Type Method Description List<ElasticsearchException>BaseTasksResponse. getNodeFailures()The list of node failures exception. -
Uses of ElasticsearchException in org.elasticsearch.client
Methods in org.elasticsearch.client that return ElasticsearchException Modifier and Type Method Description ElasticsearchExceptionGetAliasesResponse. getException()Return the exception that may have been returnedMethods in org.elasticsearch.client that return types with arguments of type ElasticsearchException Modifier and Type Method Description List<ElasticsearchException>NodesResponseHeader. getFailures()Get the failed node exceptions.Constructor parameters in org.elasticsearch.client with type arguments of type ElasticsearchException Constructor Description NodesResponseHeader(int total, int successful, int failed, List<ElasticsearchException> failures) -
Uses of ElasticsearchException in org.elasticsearch.client.ccr
Methods in org.elasticsearch.client.ccr that return ElasticsearchException Modifier and Type Method Description ElasticsearchExceptionIndicesFollowStats.ShardFollowStats. getFatalException()Methods in org.elasticsearch.client.ccr that return types with arguments of type ElasticsearchException Modifier and Type Method Description NavigableMap<Long,Tuple<Integer,ElasticsearchException>>IndicesFollowStats.ShardFollowStats. getReadExceptions()NavigableMap<String,Tuple<Long,ElasticsearchException>>AutoFollowStats. getRecentAutoFollowErrors() -
Uses of ElasticsearchException in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return types with arguments of type ElasticsearchException Modifier and Type Method Description List<ElasticsearchException>GetDataFrameAnalyticsStatsResponse. getNodeFailures() -
Uses of ElasticsearchException in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return types with arguments of type ElasticsearchException Modifier and Type Method Description List<ElasticsearchException>InvalidateApiKeyResponse. getErrors()List<ElasticsearchException>InvalidateTokenResponse. getErrors()Constructor parameters in org.elasticsearch.client.security with type arguments of type ElasticsearchException Constructor Description InvalidateTokenResponse(int invalidatedTokens, int previouslyInvalidatedTokens, List<ElasticsearchException> errors) -
Uses of ElasticsearchException in org.elasticsearch.client.transform
Methods in org.elasticsearch.client.transform that return types with arguments of type ElasticsearchException Modifier and Type Method Description List<ElasticsearchException>AcknowledgedTasksResponse. getNodeFailures()List<ElasticsearchException>GetTransformStatsResponse. getNodeFailures()Method parameters in org.elasticsearch.client.transform with type arguments of type ElasticsearchException Modifier and Type Method Description protected static <T extends AcknowledgedTasksResponse>
ConstructingObjectParser<T,Void>AcknowledgedTasksResponse. generateParser(String name, TriFunction<Boolean,List<TaskOperationFailure>,List<? extends ElasticsearchException>,T> ctor, String ackFieldName) -
Uses of ElasticsearchException in org.elasticsearch.client.transport
Subclasses of ElasticsearchException in org.elasticsearch.client.transport Modifier and Type Class Description classNoNodeAvailableExceptionAn exception indicating no node is available to perform the operation. -
Uses of ElasticsearchException in org.elasticsearch.cluster
Subclasses of ElasticsearchException in org.elasticsearch.cluster Modifier and Type Class Description classIncompatibleClusterStateVersionExceptionThrown byDiff.apply(T)methodclassNotMasterExceptionThrown when a node join request or a master ping reaches a node which is not currently acting as a master or when a cluster state update task is to be executed on a node that is no longer master. -
Uses of ElasticsearchException in org.elasticsearch.cluster.action.shard
Subclasses of ElasticsearchException in org.elasticsearch.cluster.action.shard Modifier and Type Class Description static classShardStateAction.NoLongerPrimaryShardException -
Uses of ElasticsearchException in org.elasticsearch.cluster.block
Subclasses of ElasticsearchException in org.elasticsearch.cluster.block Modifier and Type Class Description classClusterBlockException -
Uses of ElasticsearchException in org.elasticsearch.cluster.coordination
Subclasses of ElasticsearchException in org.elasticsearch.cluster.coordination Modifier and Type Class Description classCoordinationStateRejectedExceptionThis exception is thrown when rejecting state transitions on theCoordinationStateobject, for example when receiving a publish request with the wrong term or version.classFailedToCommitClusterStateExceptionThrown when failing to publish a cluster state. -
Uses of ElasticsearchException in org.elasticsearch.cluster.metadata
Subclasses of ElasticsearchException in org.elasticsearch.cluster.metadata Modifier and Type Class Description classProcessClusterEventTimeoutException -
Uses of ElasticsearchException in org.elasticsearch.cluster.routing
Subclasses of ElasticsearchException in org.elasticsearch.cluster.routing Modifier and Type Class Description classIllegalShardRoutingStateExceptionThis exception defines illegal states of shard routingclassRoutingExceptionA baseExceptions for all exceptions thrown by routing related operations. -
Uses of ElasticsearchException in org.elasticsearch.common
Subclasses of ElasticsearchException in org.elasticsearch.common Modifier and Type Class Description classParsingExceptionException that can be used when parsing queries with a givenXContentParser. -
Uses of ElasticsearchException in org.elasticsearch.common.blobstore
Subclasses of ElasticsearchException in org.elasticsearch.common.blobstore Modifier and Type Class Description classBlobStoreException -
Uses of ElasticsearchException in org.elasticsearch.common.breaker
Subclasses of ElasticsearchException in org.elasticsearch.common.breaker Modifier and Type Class Description classCircuitBreakingExceptionException thrown when the circuit breaker trips -
Uses of ElasticsearchException in org.elasticsearch.common.io.stream
Subclasses of ElasticsearchException in org.elasticsearch.common.io.stream Modifier and Type Class Description classNotSerializableExceptionWrapperThis exception can be used to wrap a given, not serializable exception to serialize viaStreamOutput.writeException(Throwable). -
Uses of ElasticsearchException in org.elasticsearch.common.settings
Subclasses of ElasticsearchException in org.elasticsearch.common.settings Modifier and Type Class Description classNoClassSettingsExceptionA specific type ofSettingsExceptionindicating failure to load a class based on a settings value.classSettingsExceptionA generic failure to handle settings. -
Uses of ElasticsearchException in org.elasticsearch.common.util
Subclasses of ElasticsearchException in org.elasticsearch.common.util Modifier and Type Class Description static classCancellableThreads.ExecutionCancelledException -
Uses of ElasticsearchException in org.elasticsearch.common.util.concurrent
Subclasses of ElasticsearchException in org.elasticsearch.common.util.concurrent Modifier and Type Class Description classUncategorizedExecutionException -
Uses of ElasticsearchException in org.elasticsearch.common.xcontent
Subclasses of ElasticsearchException in org.elasticsearch.common.xcontent Modifier and Type Class Description classUnknownNamedObjectExceptionThrown whenNamedXContentRegistry.parseNamedObject(Class, String, XContentParser, Object)is called with an unregistered name. -
Uses of ElasticsearchException in org.elasticsearch.discovery
Subclasses of ElasticsearchException in org.elasticsearch.discovery Modifier and Type Class Description classMasterNotDiscoveredException -
Uses of ElasticsearchException in org.elasticsearch.env
Subclasses of ElasticsearchException in org.elasticsearch.env Modifier and Type Class Description classShardLockObtainFailedExceptionException used when the in-memory lock for a shard cannot be obtained -
Uses of ElasticsearchException in org.elasticsearch.gateway
Subclasses of ElasticsearchException in org.elasticsearch.gateway Modifier and Type Class Description classGatewayException -
Uses of ElasticsearchException in org.elasticsearch.http
Subclasses of ElasticsearchException in org.elasticsearch.http Modifier and Type Class Description classBindHttpExceptionclassHttpException -
Uses of ElasticsearchException in org.elasticsearch.index
Subclasses of ElasticsearchException in org.elasticsearch.index Modifier and Type Class Description classIndexNotFoundException -
Uses of ElasticsearchException in org.elasticsearch.index.cache.query
Methods in org.elasticsearch.index.cache.query that throw ElasticsearchException Modifier and Type Method Description voidIndexQueryCache. close() -
Uses of ElasticsearchException in org.elasticsearch.index.engine
Subclasses of ElasticsearchException in org.elasticsearch.index.engine Modifier and Type Class Description classDocumentMissingExceptionclassDocumentSourceMissingExceptionclassEngineCreationFailureExceptionAn exception indicating that anEnginecreation failed.classEngineExceptionclassFlushFailedEngineExceptionclassRecoveryEngineExceptionclassRefreshFailedEngineExceptionclassSnapshotFailedEngineExceptionclassVersionConflictEngineException -
Uses of ElasticsearchException in org.elasticsearch.index.mapper
Subclasses of ElasticsearchException in org.elasticsearch.index.mapper Modifier and Type Class Description classMapperExceptionclassMapperParsingExceptionclassStrictDynamicMappingException -
Uses of ElasticsearchException in org.elasticsearch.index.query
Subclasses of ElasticsearchException in org.elasticsearch.index.query Modifier and Type Class Description classQueryShardExceptionException that is thrown when creating lucene queries on the shard -
Uses of ElasticsearchException in org.elasticsearch.index.seqno
Subclasses of ElasticsearchException in org.elasticsearch.index.seqno Modifier and Type Class Description classRetentionLeaseAlreadyExistsExceptionclassRetentionLeaseInvalidRetainingSeqNoExceptionclassRetentionLeaseNotFoundException -
Uses of ElasticsearchException in org.elasticsearch.index.shard
Subclasses of ElasticsearchException in org.elasticsearch.index.shard Modifier and Type Class Description classIllegalIndexShardStateExceptionclassIndexShardClosedExceptionclassIndexShardNotRecoveringExceptionclassIndexShardNotStartedExceptionclassIndexShardRecoveringExceptionclassIndexShardRecoveryExceptionclassIndexShardRelocatedExceptionclassIndexShardStartedExceptionclassShardNotFoundExceptionclassShardNotInPrimaryModeException -
Uses of ElasticsearchException in org.elasticsearch.index.snapshots
Subclasses of ElasticsearchException in org.elasticsearch.index.snapshots Modifier and Type Class Description classIndexShardRestoreExceptionGeneric shard restore exceptionclassIndexShardRestoreFailedExceptionThrown when restore of a shard failsclassIndexShardSnapshotExceptionGeneric shard snapshot exceptionclassIndexShardSnapshotFailedExceptionThrown when snapshot process is failed on a shard level -
Uses of ElasticsearchException in org.elasticsearch.index.translog
Subclasses of ElasticsearchException in org.elasticsearch.index.translog Modifier and Type Class Description classTranslogCorruptedExceptionclassTranslogExceptionclassTruncatedTranslogException -
Uses of ElasticsearchException in org.elasticsearch.indices
Subclasses of ElasticsearchException in org.elasticsearch.indices Modifier and Type Class Description classAliasFilterParsingExceptionclassIndexClosedExceptionException indicating that one or more requested indices are closed.classIndexCreationExceptionclassIndexPrimaryShardNotAllocatedExceptionThrown when some action cannot be performed because the primary shard of some shard group in an index has not been allocated post api action.classIndexTemplateMissingExceptionclassInvalidAliasNameExceptionclassInvalidIndexNameExceptionclassInvalidIndexTemplateExceptionclassInvalidTypeNameExceptionclassTypeMissingException -
Uses of ElasticsearchException in org.elasticsearch.indices.recovery
Subclasses of ElasticsearchException in org.elasticsearch.indices.recovery Modifier and Type Class Description classDelayRecoveryExceptionAn exception marking that this recovery attempt should be ignored (since probably, we already recovered).classRecoverFilesRecoveryExceptionclassRecoveryFailedException -
Uses of ElasticsearchException in org.elasticsearch.ingest
Subclasses of ElasticsearchException in org.elasticsearch.ingest Modifier and Type Class Description classIngestProcessorExceptionA dedicated wrapper for exceptions encountered executing an ingest processor.Methods in org.elasticsearch.ingest that return ElasticsearchException Modifier and Type Method Description static ElasticsearchExceptionConfigurationUtils. newConfigurationException(String processorType, String processorTag, String propertyName, Exception cause)static ElasticsearchExceptionConfigurationUtils. newConfigurationException(String processorType, String processorTag, String propertyName, String reason) -
Uses of ElasticsearchException in org.elasticsearch.node
Subclasses of ElasticsearchException in org.elasticsearch.node Modifier and Type Class Description classNodeClosedExceptionAn exception indicating that node is closed. -
Uses of ElasticsearchException in org.elasticsearch.repositories
Subclasses of ElasticsearchException in org.elasticsearch.repositories Modifier and Type Class Description classRepositoryExceptionGeneric repository exceptionclassRepositoryMissingExceptionRepository missing exceptionclassRepositoryVerificationExceptionRepository verification exception -
Uses of ElasticsearchException in org.elasticsearch.rest
Methods in org.elasticsearch.rest with parameters of type ElasticsearchException Modifier and Type Method Description voidRestResponse. copyHeaders(ElasticsearchException ex) -
Uses of ElasticsearchException in org.elasticsearch.rest.action.admin.indices
Subclasses of ElasticsearchException in org.elasticsearch.rest.action.admin.indices Modifier and Type Class Description classAliasesNotFoundException -
Uses of ElasticsearchException in org.elasticsearch.script
Subclasses of ElasticsearchException in org.elasticsearch.script Modifier and Type Class Description classGeneralScriptExceptionDeprecated.Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g.classScriptExceptionException from a scripting engine. -
Uses of ElasticsearchException in org.elasticsearch.search
Subclasses of ElasticsearchException in org.elasticsearch.search Modifier and Type Class Description classSearchContextMissingExceptionclassSearchExceptionclassSearchParseException -
Uses of ElasticsearchException in org.elasticsearch.search.aggregations
Subclasses of ElasticsearchException in org.elasticsearch.search.aggregations Modifier and Type Class Description classAggregationExecutionExceptionThrown when failing to execute an aggregationclassAggregationInitializationExceptionThrown when failing to execute an aggregationclassInvalidAggregationPathExceptionstatic classMultiBucketConsumerService.TooManyBucketsException -
Uses of ElasticsearchException in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler that throw ElasticsearchException Modifier and Type Method Description voidBestDocsDeferringCollector. close() -
Uses of ElasticsearchException in org.elasticsearch.search.builder
Subclasses of ElasticsearchException in org.elasticsearch.search.builder Modifier and Type Class Description classSearchSourceBuilderException -
Uses of ElasticsearchException in org.elasticsearch.search.dfs
Subclasses of ElasticsearchException in org.elasticsearch.search.dfs Modifier and Type Class Description classDfsPhaseExecutionException -
Uses of ElasticsearchException in org.elasticsearch.search.fetch
Subclasses of ElasticsearchException in org.elasticsearch.search.fetch Modifier and Type Class Description classFetchPhaseExecutionException -
Uses of ElasticsearchException in org.elasticsearch.search.query
Subclasses of ElasticsearchException in org.elasticsearch.search.query Modifier and Type Class Description classQueryPhaseExecutionException -
Uses of ElasticsearchException in org.elasticsearch.snapshots
Subclasses of ElasticsearchException in org.elasticsearch.snapshots Modifier and Type Class Description classConcurrentSnapshotExecutionExceptionThrown when a user tries to multiple conflicting snapshot/restore operations at the same time.classInvalidSnapshotNameExceptionThrown on the attempt to create a snapshot with invalid nameclassSnapshotCreationExceptionThrown when snapshot creation fails completelyclassSnapshotExceptionGeneric snapshot exceptionclassSnapshotInProgressExceptionThrown on the attempt to execute an action that requires that no snapshot is in progress.classSnapshotMissingExceptionThrown if requested snapshot doesn't existclassSnapshotRestoreExceptionSnapshot restore exception -
Uses of ElasticsearchException in org.elasticsearch.tasks
Subclasses of ElasticsearchException in org.elasticsearch.tasks Modifier and Type Class Description classTaskCancelledExceptionA generic exception that can be thrown by a task when it's cancelled by the task manager API -
Uses of ElasticsearchException in org.elasticsearch.transport
Subclasses of ElasticsearchException in org.elasticsearch.transport Modifier and Type Class Description classActionNotFoundTransportExceptionAn exception indicating that a transport action was not found.classActionTransportExceptionAn action invocation failure.classBindTransportExceptionclassConnectTransportExceptionclassNodeDisconnectedExceptionclassNodeNotConnectedExceptionAn exception indicating that a message is sent to a node that is not connected.classNodeShouldNotConnectExceptionclassNoSuchRemoteClusterExceptionAn exception that remote cluster is missing or connectivity to the remote connection is failingclassNotSerializableTransportExceptionclassReceiveTimeoutTransportExceptionclassRemoteTransportExceptionA remote exception for an action.classResponseHandlerFailureTransportExceptionA failure to handle the response of a transaction action.classSendRequestTransportExceptionstatic classTcpTransport.HttpRequestOnTransportExceptionA helper exception to mark an incoming connection as potentially being HTTP so an appropriate error code can be returnedclassTransportExceptionclassTransportSerializationException
-