Class ConnectionDoesNotExistException

All Implemented Interfaces:
Serializable

@UnstableApi public class ConnectionDoesNotExistException extends ConnectionException
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 Details

    • ConnectionDoesNotExistException

      public ConnectionDoesNotExistException()