Move exception "package" path into opensaml.
authorScott Cantor <cantor.2@osu.edu>
Thu, 8 Apr 2004 02:51:41 +0000 (02:51 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 8 Apr 2004 02:51:41 +0000 (02:51 +0000)
shib/ShibConfig.cpp

index 4462baa..6376e8e 100644 (file)
@@ -80,9 +80,9 @@ namespace {
 
 bool ShibConfig::init()
 {
-    REGISTER_EXCEPTION_FACTORY(edu.internet2.middleware.shibboleth.common,MetadataException);
-    REGISTER_EXCEPTION_FACTORY(edu.internet2.middleware.shibboleth.common,CredentialException);
-    REGISTER_EXCEPTION_FACTORY(edu.internet2.middleware.shibboleth.common,InvalidHandleException);
+    REGISTER_EXCEPTION_FACTORY(MetadataException);
+    REGISTER_EXCEPTION_FACTORY(CredentialException);
+    REGISTER_EXCEPTION_FACTORY(InvalidHandleException);
     return true;
 }