Class ElasticClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.exoplatform.commons.search.es.client.ElasticClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ElasticClientAuthenticationException
public class ElasticClientException extends RuntimeException
Generic exception in case of error while sending requests to ElasticSearch Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 9/11/15- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElasticClientException(String message)ElasticClientException(String message, Throwable cause)ElasticClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-