451452453454455456457458
{ dos.writeDouble(value); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
464465466467468469470471
{ dos.writeUTF((String)value); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
477478479480481482483484
{ dos.write(value, 0, value.length); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
490491492493494495496497
{ dos.write(value, offset, length); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
546547548549550551552553
throw new MessageFormatException("Invalid object for properties"); } } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
523524525526527528529530531
{ reliable = false; } else { throw new MessagingJMSException("Delivery mode must be either DeliveryMode.PERSISTENT " + "or DeliveryMode.NON_PERSISTENT"); } }
506507508509510511512513514
507508509510511512513514515
497498499500501502503504505
266267268269270271272
} while (initCause != null); } } return new MessagingJMSException("Failed to invoke", t); }