diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-03-28 13:03:10 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-03-28 13:03:10 +0000 |
commit | 5288de3d337912f4c9b1f62f36b8c67a21b1e0a1 (patch) | |
tree | ed6e45edcd38441db650172b26f4b1a9ef658b29 /cppe/src/IceE/Reference.cpp | |
parent | Remove identityToString/stringToIdentity (diff) | |
download | ice-5288de3d337912f4c9b1f62f36b8c67a21b1e0a1.tar.bz2 ice-5288de3d337912f4c9b1f62f36b8c67a21b1e0a1.tar.xz ice-5288de3d337912f4c9b1f62f36b8c67a21b1e0a1.zip |
FeatureNotSupportedException is now raised instead of ProxyParseException
if parsing an indirect proxy and locator support isn't built-in.
Diffstat (limited to 'cppe/src/IceE/Reference.cpp')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index af88ea4ba8c..299ff31cc00 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -1183,6 +1183,7 @@ IceInternal::filterEndpoints(const vector<EndpointPtr>& allEndpoints, Reference: ex.unsupportedFeature = "batch"; } #endif + ex.unsupportedFeature += " proxy mode"; throw ex; } |