de.kosi.session
Class UserAlreadyPlayingException

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

public class UserAlreadyPlayingException
extends LocalizedException

This Exception is thrown, when a user, that is already playing a game, tries to join another game.

ChangeLog:

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

 Revision 1.1.1.1  2001/04/29 18:05:19  jiriki
 Imported sources from zola.

 Revision 1.2  2001/04/27 14:06:24  login
 Implemented localized exception

 Revision 1.1  2001/03/01 14:43:36  wombat
 Worked on table implementation

 

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
UserAlreadyPlayingException()
          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

UserAlreadyPlayingException

public UserAlreadyPlayingException()
Creates a new Exception.