public class HttpException extends ProcessorException
Modifier and Type | Field and Description |
---|---|
protected int |
code |
protected String |
url |
processor
Constructor and Description |
---|
HttpException(String url,
int code,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getUrl() |
void |
setCode(int code) |
void |
setUrl(String url) |
String |
toString() |
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected int code
protected String url
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.