Package org.elasticsearch
Interface ElasticsearchWrapperException
-
- All Known Implementing Classes:
BroadcastShardOperationFailedException,DfsPhaseExecutionException,FetchPhaseExecutionException,IndexCreationException,IngestProcessorException,QueryPhaseExecutionException,RecoverFilesRecoveryException,RemoteTransportException,SearchException,SearchParseException,SendRequestTransportException
public interface ElasticsearchWrapperExceptionAn exception that is meant to be "unwrapped" when sent back to the user as an error because its iscause, if non-null is always more useful to the user than the exception itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetCause()
-
-
-
Method Detail
-
getCause
Throwable getCause()
-
-