org.mmbase.util
Class NotLoggedInException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.mmbase.util.NotLoggedInException
All Implemented Interfaces:
java.io.Serializable

public class NotLoggedInException
extends javax.servlet.ServletException

This exception gets thrown when the user hasn't logged in yet.

Version:
$Id: NotLoggedInException.java,v 1.6 2003/08/29 09:36:55 pierre Exp $
Author:
vpro
See Also:
Serialized Form

Constructor Summary
NotLoggedInException()
           
NotLoggedInException(java.lang.String message)
           
NotLoggedInException(java.lang.String message, java.lang.Throwable cause)
           
NotLoggedInException(java.lang.Throwable cause)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

NotLoggedInException

public NotLoggedInException()

NotLoggedInException

public NotLoggedInException(java.lang.String message)

NotLoggedInException

public NotLoggedInException(java.lang.Throwable cause)

NotLoggedInException

public NotLoggedInException(java.lang.String message,
                            java.lang.Throwable cause)


MMBase build 1.7.1.20041002