Class UncategorizedElasticsearchException

All Implemented Interfaces:
Serializable

public class UncategorizedElasticsearchException extends UncategorizedDataAccessException
Since:
4.0
Author:
Peter-Josef Meisch
See Also:
  • Constructor Details

    • UncategorizedElasticsearchException

      public UncategorizedElasticsearchException(String msg)
    • UncategorizedElasticsearchException

      public UncategorizedElasticsearchException(String msg, @Nullable Throwable cause)
    • UncategorizedElasticsearchException

      public UncategorizedElasticsearchException(String msg, @Nullable Integer statusCode, @Nullable String responseBody, @Nullable Throwable cause)
  • Method Details

    • getStatusCode

      public @Nullable Integer getStatusCode()
      Since:
      4.4
    • getResponseBody

      public @Nullable String getResponseBody()
      Since:
      4.4