@Override
 public HTMLResource getErrorDocument(String uri, int errorCode) {
   return _inner.getErrorDocument(uri, errorCode);
 }