Class HttpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sonarsource.scanner.lib.internal.http.HttpException
All Implemented Interfaces:
Serializable

public class HttpException extends RuntimeException
See Also:
  • Constructor Details

    • HttpException

      public HttpException(URL requestUrl, int statusCode, String statusText, @Nullable String body)
  • Method Details

    • getCode

      public int getCode()