Class AlgoliaResponseException

All Implemented Interfaces:
Serializable

public class AlgoliaResponseException extends AlgoliaRuntimeException
Exception thrown in case of API failure such as 4XX, 5XX error.
See Also:
  • Constructor Details

    • AlgoliaResponseException

      public AlgoliaResponseException(String message, Throwable cause, int httpErrorCode)
    • AlgoliaResponseException

      public AlgoliaResponseException(String message, int httpErrorCode)
    • AlgoliaResponseException

      public AlgoliaResponseException(Throwable cause, int httpErrorCode)
  • Method Details

    • getHttpErrorCode

      public int getHttpErrorCode()