InvalidHandle exception no longer retryable.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 5 Jul 2005 21:01:12 +0000 (21:01 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 5 Jul 2005 21:01:12 +0000 (21:01 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1756 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/shib.h

index 13cc8fd..b43e08c 100644 (file)
@@ -42,7 +42,7 @@ namespace shibboleth
     DECLARE_SAML_EXCEPTION(SHIB_EXPORTS,ResourceAccessException,SAMLException);
     DECLARE_SAML_EXCEPTION(SHIB_EXPORTS,MetadataException,SAMLException);
     DECLARE_SAML_EXCEPTION(SHIB_EXPORTS,CredentialException,SAMLException);
-    DECLARE_SAML_EXCEPTION(SHIB_EXPORTS,InvalidHandleException,RetryableProfileException);
+    DECLARE_SAML_EXCEPTION(SHIB_EXPORTS,InvalidHandleException,SAMLException);
     DECLARE_SAML_EXCEPTION(SHIB_EXPORTS,InvalidSessionException,RetryableProfileException);
 
     // Metadata abstract interfaces, based on SAML 2.0