public class HttpException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
protected int |
code
Error code
|
Constructor and Description |
---|
HttpException(int code,
java.lang.String description)
Constructor for the HttpException object
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Return the exception code
|
org.w3c.dom.Document |
getResponseDoc() |