Class ElasticSearchClientGenericException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dashbuilder.dataprovider.backend.elasticsearch.rest.exception.ElasticSearchClientGenericException
-
- All Implemented Interfaces:
Serializable
public class ElasticSearchClientGenericException extends Exception
Generic exception for errors in any ElasticSearchRestClient service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElasticSearchClientGenericException()ElasticSearchClientGenericException(String message)ElasticSearchClientGenericException(String message, Throwable cause)ElasticSearchClientGenericException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ElasticSearchClientGenericException
public ElasticSearchClientGenericException()
-
ElasticSearchClientGenericException
public ElasticSearchClientGenericException(String message)
-
ElasticSearchClientGenericException
public ElasticSearchClientGenericException(String message, Throwable cause)
-
ElasticSearchClientGenericException
public ElasticSearchClientGenericException(Throwable cause)
-
-