コード例 #1
0
 @Override
 public final void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
   ctx.fireExceptionCaught(cause);
 }