Package org.drasyl.handler.connection
Class ConnectionRefusedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drasyl.handler.connection.ConnectionException
org.drasyl.handler.connection.ConnectionRefusedException
- All Implemented Interfaces:
Serializable
This exception is thrown, when the remote peer refuses to establish a connection with us.
- 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
-
ConnectionRefusedException
public ConnectionRefusedException(io.netty.channel.Channel channel)
-