Class BintrayCallException

  • All Implemented Interfaces:
    Serializable

    public class BintrayCallException
    extends org.apache.http.client.HttpResponseException
    An exception thrown for failed operations against the Bintray api.
    See Also:
    Serialized Form
    • Constructor Detail

      • BintrayCallException

        public BintrayCallException​(int statusCode,
                                    String reason,
                                    String message)
      • BintrayCallException

        public BintrayCallException​(org.apache.http.HttpResponse response)
      • BintrayCallException

        public BintrayCallException​(Exception e)
    • Method Detail

      • getStatusCode

        public int getStatusCode()
        Overrides:
        getStatusCode in class org.apache.http.client.HttpResponseException
      • getReason

        public String getReason()
      • setMessage

        public void setMessage​(String newMessage)