Re: Exception from Session::checkError() has empty what() string

2019-04-12 Thread Toralf Lund
On 11/04/2019 12:53, Gordon Sim wrote: On 11/04/2019 10:07 am, Toralf Lund wrote: On 11/04/2019 09:39, Toralf Lund wrote: On 10/04/2019 18:18, Gordon Sim wrote: On 10/04/2019 10:10 am, Toralf Lund wrote: Hi, In one of my C++ "messaging" programs I sometimes use qpid::Messaging::Session::che

Re: Exception from Session::checkError() has empty what() string

2019-04-11 Thread Gordon Sim
On 11/04/2019 10:07 am, Toralf Lund wrote: On 11/04/2019 09:39, Toralf Lund wrote: On 10/04/2019 18:18, Gordon Sim wrote: On 10/04/2019 10:10 am, Toralf Lund wrote: Hi, In one of my C++ "messaging" programs I sometimes use qpid::Messaging::Session::checkError() as a way to "rethrow" (in as

Re: Exception from Session::checkError() has empty what() string

2019-04-11 Thread Toralf Lund
On 11/04/2019 09:39, Toralf Lund wrote: On 10/04/2019 18:18, Gordon Sim wrote: On 10/04/2019 10:10 am, Toralf Lund wrote: Hi, In one of my C++ "messaging" programs I sometimes use qpid::Messaging::Session::checkError() as a way to "rethrow" (in as somewhat loose sense) sender or receiver exc

Re: [External] Re: Exception from Session::checkError() has empty what() string

2019-04-11 Thread Toralf Lund
On 10/04/2019 18:18, Gordon Sim wrote: On 10/04/2019 10:10 am, Toralf Lund wrote: Hi, In one of my C++ "messaging" programs I sometimes use qpid::Messaging::Session::checkError() as a way to "rethrow" (in as somewhat loose sense) sender or receiver exceptions that were already caught elsewhe

Re: Exception from Session::checkError() has empty what() string

2019-04-10 Thread Gordon Sim
On 10/04/2019 10:10 am, Toralf Lund wrote: Hi, In one of my C++ "messaging" programs I sometimes use qpid::Messaging::Session::checkError() as a way to "rethrow" (in as somewhat loose sense) sender or receiver exceptions that were already caught elsewhere. I notice that the exceptions I then

Exception from Session::checkError() has empty what() string

2019-04-10 Thread Toralf Lund
Hi, In one of my C++ "messaging" programs I sometimes use qpid::Messaging::Session::checkError() as a way to "rethrow" (in as somewhat loose sense) sender or receiver exceptions that were already caught elsewhere. I notice that the exceptions I then get are not quite the same as the original