de.kosi.model
Class TableSeatTakenException

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

public class TableSeatTakenException
extends java.lang.Exception

This exception is thrown when a user tries to place himself at a sewat that is already taken.

ChangeLog:

 $Log: TableSeatTakenException.java,v $
 Revision 1.1.1.1  2001/04/29 18:05:17  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:17 $)
Author:
Timo, Niklas, Ole
See Also:
Serialized Form

Constructor Summary
TableSeatTakenException()
          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

TableSeatTakenException

public TableSeatTakenException()
Creates a new Exception.