public class HttpException extends RuntimeException
| Constructor and Description |
|---|
HttpException(String url,
int status) |
| Modifier and Type | Method and Description |
|---|---|
int |
status() |
String |
url() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpException(String url, int status)
Copyright © 2009-2014 SonarSource. All Rights Reserved.