Class w3c.www.protocol.http.HttpException
All Packages Class Hierarchy This Package Previous Next Index
Class w3c.www.protocol.http.HttpException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----w3c.www.protocol.http.HttpException
- public class HttpException
- extends Exception
Exception thrown when processing a request failed.
-
HttpException(Request, String)
-
-
HttpException(String)
-
HttpException
public HttpException(Request request,
String msg)
HttpException
public HttpException(String msg)
All Packages Class Hierarchy This Package Previous Next Index