anon.transport.connection
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
anon.transport.connection.ConnectionException
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 |
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 |
serialVersionUID
private static final long serialVersionUID
- Initiale Version der Ausnahme
- See Also:
- Constant Field Values
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.