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

Constructor Index

 o CookieNotFoundException()
Constructs a new CookieNotFoundException with no detail message.
 o CookieNotFoundException(String)
Constructs a new CookieNotFoundException with the specified detail message.

Constructors

 o CookieNotFoundException
 public CookieNotFoundException()
Constructs a new CookieNotFoundException with no detail message.

 o 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