com.ondelette.servlet.webforum
Class BadForumCookieException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ondelette.servlet.webforum.BadForumCookieException
All Implemented Interfaces:
java.io.Serializable

public class BadForumCookieException
extends java.lang.Exception

An exception thrown when you can't parse a cookie

Since:
0.35
See Also:
Serialized Form

Constructor Summary
BadForumCookieException(java.lang.String message)
          Constructor for the BadForumCookieException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadForumCookieException

public BadForumCookieException(java.lang.String message)
Constructor for the BadForumCookieException object

Parameters:
message -