Package org.drasyl.handler.connection
Class ConnectionHandshakeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drasyl.handler.connection.ConnectionHandshakeException
- All Implemented Interfaces:
Serializable
Deprecated.
Is thrown when a connection handshake failed or an established connection is being reset by the
remote peer.
Channel
should be closed after receiving such exception.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionHandshakeException
Deprecated.
-