Channel Exception Handler
The channel exception handler is an interface that is invoked whenever Netty catches an exception in the channels. The server is expected to close the connection in any such case, if it is still open, and log the exception behind it.