Hi Simon!
>      public void serveResource(ServletContext context, HttpServletRequest 
> request,
> -            HttpServletResponse response, String resourceUri) throws 
> IOException;
> +            HttpServletResponse response, String resourceUri)
> +    throws IOException, ClosedSocketException;
>   

I am not sure if this is binary compatible. In any case, it would be
safe to make CSE extend IOException (which in fact it is, no?) which
will avoid the need to extend the interface.
You still can catch that one, just ensure the ordering in the catch
clause - but you know :-)

Ciao,
Mario

Reply via email to