Home | History | Annotate | Download | only in sip

Lines Matching defs:ex

263         } catch (java.text.ParseException ex) {
299 } catch (ParseException ex) {
300 throw new TransactionUnavailableException(ex.getMessage(), ex);
350 } catch (SipException ex) {
352 "Cannot resolve next hop -- transaction unavailable", ex);
428 } catch (IOException ex) {
432 ex);
434 } catch (java.text.ParseException ex) {
435 InternalErrorHandler.handleException(ex);
437 "Unexpected Exception FIXME! ", ex);
438 } catch (InvalidArgumentException ex) {
439 InternalErrorHandler.handleException(ex);
441 "Unexpected Exception FIXME! ", ex);
461 } catch (ParseException ex) {
462 throw new TransactionUnavailableException(ex.getMessage(), ex);
504 } catch (IOException ex) {
552 } catch (IOException ex) {
717 } catch (IOException ex) {
719 sipStack.getStackLogger().logException(ex);
723 "IO Exception occured while Sending Request", ex);
792 } catch (IOException ex) {
793 throw new SipException(ex.getMessage());