summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/LocalException.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/LocalException.h')
-rw-r--r--cpp/include/Ice/LocalException.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/include/Ice/LocalException.h b/cpp/include/Ice/LocalException.h
index 0cfc851b10b..0365f760156 100644
--- a/cpp/include/Ice/LocalException.h
+++ b/cpp/include/Ice/LocalException.h
@@ -139,6 +139,18 @@ public:
virtual void raise() const;
};
+class ICE_API ReferenceIdentityException : public LocalException
+{
+public:
+
+ ReferenceIdentityException(const char*, int);
+ ReferenceIdentityException(const ReferenceIdentityException&);
+ ReferenceIdentityException& operator=(const ReferenceIdentityException&);
+ virtual std::string toString() const;
+ virtual LocalException* clone() const;
+ virtual void raise() const;
+};
+
class ICE_API ObjectNotExistException : public LocalException
{
public: