Package org.webpieces.elasticsearch
Class ElasticFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.webpieces.elasticsearch.ElasticFailException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElasticFailException(String msg, org.elasticsearch.client.Response response) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.client.ResponsevoidsetResponse(org.elasticsearch.client.Response response) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElasticFailException
-
-
Method Details
-
getResponse
public org.elasticsearch.client.Response getResponse() -
setResponse
public void setResponse(org.elasticsearch.client.Response response)
-