cz.cuni.amis.pogamut.base.communication.connection.exception
Class AlreadyConnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.amis.utils.exception.PogamutException
                  extended by cz.cuni.amis.utils.exception.PogamutIOException
                      extended by cz.cuni.amis.pogamut.base.communication.exception.CommunicationException
                          extended by cz.cuni.amis.pogamut.base.communication.connection.exception.AlreadyConnectedException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyConnectedException
extends CommunicationException

Thrown when some pre-connect method is invoked and IWorldConnection is already connected.

See Also:
Serialized Form

Constructor Summary
AlreadyConnectedException(java.lang.String message, java.util.logging.Logger log, java.lang.Object origin)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class cz.cuni.amis.utils.exception.PogamutException
getOrigin, isLogged, logException, logExceptionOnce, setLogged, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyConnectedException

public AlreadyConnectedException(java.lang.String message,
                                 java.util.logging.Logger log,
                                 java.lang.Object origin)
Constructs a new exception with the specified detail message.

Not logging anything anywhere on its own.

Parameters:
message -
log -
origin - which object does produced the exception