Class UnexpectedResponseException

    • Constructor Detail

      • UnexpectedResponseException

        public UnexpectedResponseException​(org.apache.http.StatusLine status,
                                           ErrorCode errorCode,
                                           String errorMessage)
      • UnexpectedResponseException

        public UnexpectedResponseException​(org.apache.http.StatusLine status,
                                           ErrorCode errorCode,
                                           String errorMessage,
                                           Throwable cause)
      • UnexpectedResponseException

        public UnexpectedResponseException​(org.apache.http.StatusLine status,
                                           Error error)