diff options
Diffstat (limited to 'cpp/include/Ice/Exception.h')
-rw-r--r-- | cpp/include/Ice/Exception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Exception.h b/cpp/include/Ice/Exception.h index 6c633ca811a..8a496256f77 100644 --- a/cpp/include/Ice/Exception.h +++ b/cpp/include/Ice/Exception.h @@ -43,11 +43,11 @@ typedef ::IceInternal::Handle< ::Ice::Stream> StreamPtr; typedef IceUtil::Exception Exception; -class RuntimeException : public IceUtil::Exception +class LocalException : public IceUtil::Exception { public: - ICE_API RuntimeException(const char*, int); + ICE_API LocalException(const char*, int); virtual std::string ice_name() const = 0; virtual Exception* ice_clone() const = 0; virtual void ice_throw() const = 0; |