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.
-
HttpAccessException(int)
- Invalid header index.
-
HttpAccessException(String)
- Invalid header name.
HttpAccessException
public HttpAccessException(int idx)
- Invalid header index.
- Parameters:
- idx - The faulty header index.
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