mx4j.tools.adaptor.http

Class HttpException


public class HttpException
extends IOException

HttpException is emitted when an error parsing an HTTP request appears

Version:
$Revision: 1.3 $

Field Summary

protected int
code
Error code

Constructor Summary

HttpException(int code, String description)
Constructor for the HttpException object

Method Summary

int
getCode()
Return the exception code
Document
getResponseDoc()

Field Details

code

protected int code
Error code

Constructor Details

HttpException

public HttpException(int code,
                     String description)
Constructor for the HttpException object

Parameters:
code - Error code
description - Description

Method Details

getCode

public int getCode()
Return the exception code


getResponseDoc

public Document getResponseDoc()


Copyright © 2001-2003 MX4J Team. All Rights Reserved.