All Packages Class Hierarchy This Package Previous Next Index
Class com.oreilly.servlet.CookieNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.oreilly.servlet.CookieNotFoundException
- public class CookieNotFoundException
- extends Exception
Thrown to indicate a cookie does not exist.
- Version:
- 1.0, 2000/03/19
- Author:
- Jason Hunter, Copyright © 2000
- See Also:
- CookieParser
-
CookieNotFoundException()
- Constructs a new CookieNotFoundException with no detail message.
-
CookieNotFoundException(String)
- Constructs a new CookieNotFoundException with the specified
detail message.
CookieNotFoundException
public CookieNotFoundException()
- Constructs a new CookieNotFoundException with no detail message.
CookieNotFoundException
public CookieNotFoundException(String s)
- Constructs a new CookieNotFoundException with the specified
detail message.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index