j2ee thread: RE: re :re: JND confusion
but where are you catching the ProcessorException? All I can see is the following list: catch(FinderException e)//unable to find the loginId supplied catch(CreateException e) catch (NamingException e)//unable to lookup catch (java.rmi.RemoteException e)//some problems due to catch (Exception e)//unknown causes so its bound to trickle down to the exception clause. You have to specifically catch it here somewhere. chanoch
|





