org.gscg.common.gui.exceptions
Class AlreadyLoggedInException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.gscg.common.gui.exceptions.AlreadyLoggedInException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyLoggedInException
extends java.lang.Exception

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.

Since:
1.1.1
Version:
$Revision: 1.2 $ $Date: 2005/08/09 15:43:42 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

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

AlreadyLoggedInException

public AlreadyLoggedInException()
constructs a new AlreadyLoggedInException


AlreadyLoggedInException

public AlreadyLoggedInException(java.lang.String message)
constructs a new AlreadyLoggedInException

Parameters:
message - The message

AlreadyLoggedInException

public AlreadyLoggedInException(java.lang.Throwable cause)
constructs a new AlreadyLoggedInException

Parameters:
cause - The cause

AlreadyLoggedInException

public AlreadyLoggedInException(java.lang.String message,
                                java.lang.Throwable cause)
constructs a new AlreadyLoggedInException

Parameters:
message - The message
cause - The cause


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.