All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.HttpAccessException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----w3c.www.http.HttpAccessException

public class HttpAccessException
extends RuntimeException
Invalid access to an HTTP message header. Invalid access to HTTP message headers can take several forms.


Constructor Index

 o HttpAccessException(int)
Invalid header index.
 o HttpAccessException(String)
Invalid header name.

Constructors

 o HttpAccessException
 public HttpAccessException(int idx)
Invalid header index.

Parameters:
idx - The faulty header index.
 o HttpAccessException
 public HttpAccessException(String name)
Invalid header name.

Parameters:
name - The name of the unknown header.

All Packages  Class Hierarchy  This Package  Previous  Next  Index