org.mortbay.http

Class HttpException


public class HttpException
extends IOException

Exception for known HTTP error status.
Version:
$Revision: 1.5 $
Author:
Greg Wilkins (gregw)

Constructor Summary

HttpException()
HttpException(int code)
HttpException(int code, String message)

Method Summary

int
getCode()
String
getReason()
String
toString()

Constructor Details

HttpException

public HttpException()

HttpException

public HttpException(int code)

HttpException

public HttpException(int code,
                     String message)

Method Details

getCode

public int getCode()

getReason

public String getReason()

toString

public String toString()

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.