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.
-
InvalidRequestException()
- Constructs an exception with no detail message.
-
InvalidRequestException(String)
- Constructs an invalid request exception with the specified detail
message.
InvalidRequestException
public InvalidRequestException()
- Constructs an exception with no detail message.
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