de.kosi.session
Class InvalidSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.kosi.util.LocalizedException
                    |
                    +--de.kosi.session.InvalidSessionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSessionException
extends LocalizedException

An InvalidSessionException is thrown, when a method needs a valid session context but does not get it.

ChangeLog:

 $Log: InvalidSessionException.java,v $
 Revision 1.2  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

 

Version:
$Revision: 1.2 $ ($Date: 2001/06/04 14:21:10 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher
See Also:
Serialized Form

Constructor Summary
InvalidSessionException()
          Creates a new Exception.
 
Methods inherited from class de.kosi.util.LocalizedException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSessionException

public InvalidSessionException()
Creates a new Exception.