Class QueryException

All Implemented Interfaces:
Serializable

public class QueryException extends IOException
See Also:
  • Field Details

    • httpCode

      public final int httpCode
    • resp

      public final Response resp
  • Constructor Details

    • QueryException

      public QueryException(String message)
    • QueryException

      public QueryException(int httpCode, Response resp)