Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: RE: re :re: JND confusion


Message #1 by Chanoch Wiggers <ChanochW@w...> on Sat, 2 Mar 2002 14:32:55 -0000
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

  Return to Index