anon.transport.connection
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anon.transport.connection.ConnectionException
              extended by anon.transport.connection.CommunicationException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationException
extends ConnectionException

Spezielisierung von ConnectionException, welche den Ursprung eines Problems als Teil der Kommunikation zwischen den beiden Endpunkten bestimmt. Sollte eingesetzt werden, wenn einer der Endpunkte nicht erreichbar ist oder Fehler innerhalb des Transportsystems nicht mehr durch die Implentierung der Verbindung ausgeglichen werden koennen.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Initiale Version der Ausnahme
 
Constructor Summary
CommunicationException(java.lang.String message)
          Erstellt eine neue CommunicationException auf Basis einer bestimmten Fehlermeldung
CommunicationException(java.lang.Throwable cause)
          Erstellt eine neue CommunicationException auf Basis einer bereits eigetretenen Ausnahme.
 
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

serialVersionUID

private static final long serialVersionUID
Initiale Version der Ausnahme

See Also:
Constant Field Values
Constructor Detail

CommunicationException

public CommunicationException(java.lang.String message)
Erstellt eine neue CommunicationException auf Basis einer bestimmten Fehlermeldung


CommunicationException

public CommunicationException(java.lang.Throwable cause)
Erstellt eine neue CommunicationException auf Basis einer bereits eigetretenen Ausnahme.