RE: AxisServlet and the init() method

2003-09-18 Thread Keith Hatton
elps Keith   -Original Message-From: Wayne Ross [mailto:[EMAIL PROTECTED]Sent: 18 September 2003 15:56To: [EMAIL PROTECTED]Subject: AxisServlet and the init() method Hi,   I'd like to extend the AxisServlet class and if/when init() fails I would like the s

AxisServlet and the init() method

2003-09-18 Thread Wayne Ross
Hi,   I'd like to extend the AxisServlet class and if/when init() fails I would like the servlet to throw javax.servlet.UnavailableException. However, AxisServlet (and AxisServletBase) define their init() method as   public void init()   and not   public void init() throws ServletException