@Override
 public void abort(String why, Throwable e) {
   wrappedConnection.abort(why, e);
 }