Package org.drasyl.handler.connection
Class ConnectionDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drasyl.handler.connection.ConnectionException
org.drasyl.handler.connection.ConnectionDoesNotExistException
- All Implemented Interfaces:
Serializable
This exception is thrown when a
ChannelOutboundHandler.write(ChannelHandlerContext, Object, ChannelPromise)
call,
ChannelOutboundHandler.read(ChannelHandlerContext)
call,
ConnectionHandler.userCallStatus()
call,
ChannelOutboundHandler.close(ChannelHandlerContext, ChannelPromise)
call
is performed on a closed connection.- 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
-
ConnectionDoesNotExistException
public ConnectionDoesNotExistException(io.netty.channel.Channel channel)
-