Added Java-style pkg prefix to exceptions.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 2 Feb 2003 22:41:40 +0000 (22:41 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 2 Feb 2003 22:41:40 +0000 (22:41 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@271 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/ShibConfig.cpp

index 194cf81..beb0581 100644 (file)
@@ -73,8 +73,8 @@ bool ShibInternalConfig::init()
 {
     saml::NDC ndc("init");
 
-    REGISTER_EXCEPTION_FACTORY(UnsupportedProtocolException);
-    REGISTER_EXCEPTION_FACTORY(OriginSiteMapperException);
+    REGISTER_EXCEPTION_FACTORY("edu.internet2.middleware.shibboleth.common",UnsupportedProtocolException);
+    REGISTER_EXCEPTION_FACTORY("edu.internet2.middleware.shibboleth.common",OriginSiteMapperException);
 
     // Register extension schema.
     saml::XML::registerSchema(XML::SHIB_NS,XML::SHIB_SCHEMA_ID);