Class DownloaderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DownloaderException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloaderException​(java.lang.String httpMethod, java.lang.String uri, int statusCode, java.lang.String responseBody)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHttpMethod()  
      java.lang.String getResponseBody()  
      int getStatusCode()  
      java.lang.String getUri()  
      • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DownloaderException

        public DownloaderException​(java.lang.String httpMethod,
                                   java.lang.String uri,
                                   int statusCode,
                                   java.lang.String responseBody)
    • Method Detail

      • getHttpMethod

        public java.lang.String getHttpMethod()
      • getUri

        public java.lang.String getUri()
      • getStatusCode

        public int getStatusCode()
      • getResponseBody

        public java.lang.String getResponseBody()