org.sonar.wsclient.base
Class HttpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.wsclient.base.HttpException
All Implemented Interfaces:
Serializable

public class HttpException
extends RuntimeException

Since:
3.6
See Also:
Serialized Form

Constructor Summary
HttpException(String url, int status)
           
 
Method Summary
 int status()
           
 String url()
           
 
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

HttpException

public HttpException(String url,
                     int status)
Method Detail

url

public String url()

status

public int status()


Copyright © 2009-2013 SonarSource. All Rights Reserved.