Go to the source code of this file.
|
| namespace | activemq |
| | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
|
| |
| namespace | activemq::util |
| |
|
| #define | AMQ_CATCH_ALL_THROW_CMSEXCEPTION() |
| | Macro for catching an exception of one type and then re-throwing as a Basic CMSException, good for cases where the method isn't specific about what CMS Exceptions are thrown, bad if you need to throw an exception of MessageNotReadableException for instance.
|
| |
◆ AMQ_CATCH_ALL_THROW_CMSEXCEPTION
| #define AMQ_CATCH_ALL_THROW_CMSEXCEPTION |
( |
| ) |
|
Macro for catching an exception of one type and then re-throwing as a Basic CMSException, good for cases where the method isn't specific about what CMS Exceptions are thrown, bad if you need to throw an exception of MessageNotReadableException for instance.