org.gscg.common.gui.exceptions
Class UnknownActorRoleException

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

public class UnknownActorRoleException
extends java.lang.Exception

This exception is thrown when a player tries to log on to a single user interaction layer with an unknown actor role.

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.1 $ $Date: 2005/08/09 15:43:42 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
UnknownActorRoleException()
          constructs a new UnknownActorRoleException
UnknownActorRoleException(java.lang.String message)
          constructs a new UnknownActorRoleException
UnknownActorRoleException(java.lang.String message, java.lang.Throwable cause)
          constructs a new UnknownActorRoleException
UnknownActorRoleException(java.lang.Throwable cause)
          constructs a new UnknownActorRoleException
 
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

UnknownActorRoleException

public UnknownActorRoleException()
constructs a new UnknownActorRoleException


UnknownActorRoleException

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

Parameters:
message - The message

UnknownActorRoleException

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

Parameters:
cause - The cause

UnknownActorRoleException

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

Parameters:
message - The message
cause - The cause


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