Class sun.server.http.InvalidRequestException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.http.InvalidRequestException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----sun.server.http.InvalidRequestException

public class InvalidRequestException
extends IOException
Exception that gets thrown when an invalid request is encountered.

Constructor Index

 o InvalidRequestException()
Constructs an exception with no detail message.
 o InvalidRequestException(String)
Constructs an invalid request exception with the specified detail message.

Constructors

 o InvalidRequestException
  public InvalidRequestException()
Constructs an exception with no detail message.
 o InvalidRequestException
  public InvalidRequestException(String s)
Constructs an invalid request exception with the specified detail message.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index