org.sonar.api.utils
Class HttpDownloader.HttpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.utils.HttpDownloader.HttpException
All Implemented Interfaces:
Serializable
Enclosing class:
HttpDownloader

public static class HttpDownloader.HttpException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
HttpDownloader.HttpException(URI uri, int responseContent)
           
HttpDownloader.HttpException(URI uri, int responseCode, String responseContent)
           
 
Method Summary
 int getResponseCode()
           
 String getResponseContent()
           
 URI getUri()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

HttpDownloader.HttpException

public HttpDownloader.HttpException(URI uri,
                                    int responseContent)

HttpDownloader.HttpException

public HttpDownloader.HttpException(URI uri,
                                    int responseCode,
                                    String responseContent)
Method Detail

getResponseCode

public int getResponseCode()

getUri

public URI getUri()

getResponseContent

public String getResponseContent()


Copyright © 2009-2014 SonarSource. All Rights Reserved.