summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/AsyncResult.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-13 20:52:26 +0100
committerJose <jose@zeroc.com>2016-01-13 20:52:26 +0100
commit739552c53337b584a62c59d9093de79ea653100e (patch)
tree5a9751e90376e80b135d2518e5fe9c5f00910ced /cpp/src/Ice/AsyncResult.cpp
parentC++11 ice_invoke std::future API (diff)
downloadice-739552c53337b584a62c59d9093de79ea653100e.tar.bz2
ice-739552c53337b584a62c59d9093de79ea653100e.tar.xz
ice-739552c53337b584a62c59d9093de79ea653100e.zip
Minor fix related to exception ice_clone updates
Diffstat (limited to 'cpp/src/Ice/AsyncResult.cpp')
-rw-r--r--cpp/src/Ice/AsyncResult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/AsyncResult.cpp b/cpp/src/Ice/AsyncResult.cpp
index 68b0af9745e..dcc4a553180 100644
--- a/cpp/src/Ice/AsyncResult.cpp
+++ b/cpp/src/Ice/AsyncResult.cpp
@@ -456,7 +456,7 @@ AsyncResult::cancelable(const CancellationHandlerPtr& handler)
{
ICE_RETHROW_EXCEPTION(_cancellationException);
}
- catch(const Ice::Exception&)
+ catch(const Ice::LocalException&)
{
ICE_RESET_EXCEPTION(_cancellationException, ICE_NULLPTR);
throw;