org.mortbay.http
public class HttpException extends IOException
Version: $Revision: 1.5 $
| Constructor Summary | |
|---|---|
| HttpException() | |
| HttpException(int code) | |
| HttpException(int code, String message) | |
| Method Summary | |
|---|---|
| int | getCode() |
| String | getReason() |
| String | toString() |