diplomacy
Class DiplConnectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--diplomacy.DiplException
                    |
                    +--diplomacy.DiplConnectException
All Implemented Interfaces:
Serializable

public class DiplConnectException
extends DiplException

Diese Exception wird von DiplConnect (und Unterklassen JudgeConnect & UIConnect) ausgelöst, wenn ein Fehler in der Verbindung zur Gegenstelle aufgetreten ist.

DiplConnectException führt i.d.R. immer zum Abbruch der Verbindung.

See Also:
Serialized Form

Constructor Summary
DiplConnectException(String reason)
           
 
Methods inherited from class diplomacy.DiplException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiplConnectException

public DiplConnectException(String reason)