mx4j.tools.adaptor.http
Class HttpException
IOException
mx4j.tools.adaptor.http.HttpException
public class HttpException
extends IOException
HttpException is emitted when an error parsing an HTTP request appears
protected int | code - Error code
|
HttpException(int code, String description) - Constructor for the HttpException object
|
code
protected int code
Error code
HttpException
public HttpException(int code,
String description)
Constructor for the HttpException object
code
- Error codedescription
- Description
getCode
public int getCode()
Return the exception code
getResponseDoc
public Document getResponseDoc()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.