Class ConnectionHandshakeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drasyl.handler.connection.ConnectionHandshakeException
All Implemented Interfaces:
Serializable

public class ConnectionHandshakeException extends RuntimeException
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 Details

    • ConnectionHandshakeException

      public ConnectionHandshakeException(String message)