org.mmbase.util
Class NotLoggedInException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.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
| 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 |
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