de.kosi.session
Class UserUnavailableException

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

public class UserUnavailableException
extends java.lang.Exception

This exception is thrown when a user is unavailable.

ChangeLog:

 $Log: UserUnavailableException.java,v $
 Revision 1.1.1.1  2001/04/29 18:05:19  jiriki
 Imported sources from zola.

 Revision 1.1  2001/03/01 20:31:53  wombat
 Worked on table implementation / updated documentation

 

Version:
$Revision: 1.1.1.1 $ ($Date: 2001/04/29 18:05:19 $)
Author:
Timo, Niklas, Ole
See Also:
Serialized Form

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

Constructor Detail

UserUnavailableException

public UserUnavailableException()
Creates a new Exception.