ca.mcgill.cs.postina
Class PostinaAlreadyConnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.mcgill.cs.postina.PostinaAlreadyConnectedException
All Implemented Interfaces:
java.io.Serializable

public class PostinaAlreadyConnectedException
extends java.lang.Exception

A PostinaAlreadyConnectedException is thrown when a client that is already connected to the network tries to connect a second time. This is not possible. The client first has to disconnect.

Version:
21-Feb-08
Author:
Dominik Zindel
See Also:
Serialized Form

Field Summary
private static org.apache.log4j.Logger logger
           
private static long serialVersionUID
           
 
Constructor Summary
PostinaAlreadyConnectedException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

private static final org.apache.log4j.Logger logger

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PostinaAlreadyConnectedException

public PostinaAlreadyConnectedException()