|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.gscg.common.gui.exceptions.AlreadyLoggedInException
This exception is thrown when a player tries to log on to a single user interaction layer, to which already another player application is logged in.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
| Constructor Summary | |
AlreadyLoggedInException()
constructs a new AlreadyLoggedInException |
|
AlreadyLoggedInException(java.lang.String message)
constructs a new AlreadyLoggedInException |
|
AlreadyLoggedInException(java.lang.String message,
java.lang.Throwable cause)
constructs a new AlreadyLoggedInException |
|
AlreadyLoggedInException(java.lang.Throwable cause)
constructs a new AlreadyLoggedInException |
|
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AlreadyLoggedInException()
public AlreadyLoggedInException(java.lang.String message)
message - The messagepublic AlreadyLoggedInException(java.lang.Throwable cause)
cause - The cause
public AlreadyLoggedInException(java.lang.String message,
java.lang.Throwable cause)
message - The messagecause - The cause
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||