All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.http.HTTPException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.w3c.tools.resources.ProtocolException
                           |
                           +----org.w3c.jigsaw.http.HTTPException

public class HTTPException
extends ProtocolException
All entities should throw an HTTPException when encoutering some problems. This kind of exception is the one that gets normally caught by clients, and result in sending back HTTP error messages to the client.


Constructor Index

 o HTTPException(ProtocolException)
 o HTTPException(Reply)
 o HTTPException(String)
 o HTTPException(String, Reply)

Constructors

 o HTTPException
 public HTTPException(String msg)
 o HTTPException
 public HTTPException(String msg,
                      Reply error)
 o HTTPException
 public HTTPException(Reply error)
 o HTTPException
 public HTTPException(ProtocolException ex)

All Packages  Class Hierarchy  This Package  Previous  Next  Index