@Override public void send() throws InvalidPacketException { if (channel == null) { throw new InvalidPacketException(); } super.send(); }