manager
Class AlreadyLoggedInException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by manager.AlreadyLoggedInException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyLoggedInException
extends java.lang.Exception

Exception, die geworfen wird, falls User bereits eingeloggt isr.

Author:
Thorsten Berger
See Also:
Serialized Form

Constructor Summary
AlreadyLoggedInException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyLoggedInException

public AlreadyLoggedInException()