Lines Matching defs:ex

87 	} catch (ServiceLocationException ex) {
115 } catch (ServiceLocationException ex) {
146 } catch (ServiceLocationException ex) {
200 } catch (SocketException ex) {
226 } catch (IOException ex) {
298 } catch (IOException ex) {
307 ex.getMessage()});
377 } catch (ServiceLocationException ex) {
380 new Short(ex.getErrorCode()),
382 ex.getMessage()});
402 } catch (EOFException ex) {
412 } catch (IOException ex) {
421 ex.getMessage()});
456 } catch (ServiceLocationException ex) {
459 new Integer(ex.getErrorCode()),
461 ex.getMessage()});
465 } catch (SocketException ex) {
474 ex.getMessage()});
476 } catch (IOException ex) {
486 ex.getMessage()});
593 ServiceLocationException ex = null;
600 ex = sle;
612 if (ex != null) {
614 rply = hdr.makeErrorReply(ex);
618 new Object[] {ex.getMessage()});
684 } catch (IOException ex) {
688 if (!(ex instanceof EOFException)) {
689 printInternalizeErrorMessage(ver, fun, ex);
695 throw ex;
754 } catch (Exception ex) {
756 printInternalizeErrorMessage(ver, fun, ex);
770 msg = hdr.makeErrorReply(ex);
781 private void printInternalizeErrorMessage(int ver, int fun, Exception ex) {
788 ex.printStackTrace(pw);
792 if (ex instanceof ServiceLocationException) {
793 errCode = ((ServiceLocationException)ex).getErrorCode();
795 } else if (ex instanceof IllegalArgumentException) {
800 String exMsg = "(" + errCode + "):" + ex.getMessage();
873 } catch (ServiceLocationException ex) {
938 } catch (ServiceLocationException ex) {
1324 } catch (ServiceLocationException ex) {
1326 new Object [] {new Integer(ex.getErrorCode()),
1328 ex.getMessage()});
1402 } catch (UnknownHostException ex) {
1452 } catch (UnknownHostException ex) {