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:
java.io.Serializable
public class ElasticFailException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElasticFailException(java.lang.String msg, org.elasticsearch.client.Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.elasticsearch.client.ResponsegetResponse()voidsetResponse(org.elasticsearch.client.Response response)
-