added new exception

This commit is contained in:
Jeff Hill
2001-09-20 17:13:19 +00:00
parent 7597f551ad
commit 863b0ebb03

View File

@@ -175,6 +175,7 @@ public:
class notConnected {};
class unsupportedByService {};
class msgBodyCacheTooSmall {}; // hopefully this one goes away in the future
class requestTimedOut {};
private:
cacChannelNotify & callback;