Class HttpConnectionUtils.ResponseError

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String body  
      int code  
      java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseError​(java.net.HttpURLConnection conn)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • code

        public final int code
      • message

        public final java.lang.String message
      • body

        public final java.lang.String body
    • Constructor Detail

      • ResponseError

        public ResponseError​(java.net.HttpURLConnection conn)
                      throws java.io.IOException
        Throws:
        java.io.IOException