X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2Fimpl%2FMessageFlowRule.cpp;h=ef70bd0ca2ebb1a73ccdb45167f2a7c99ae4b55a;hp=0e8cea356a7ba10b17fea07e566e25f2e5398bcf;hb=441141898ba4a43910f0185fee5f01de9ac78144;hpb=1bc8e721db3a50294df852662e1eddcdbdae8f9f diff --git a/saml/binding/impl/MessageFlowRule.cpp b/saml/binding/impl/MessageFlowRule.cpp index 0e8cea3..ef70bd0 100644 --- a/saml/binding/impl/MessageFlowRule.cpp +++ b/saml/binding/impl/MessageFlowRule.cpp @@ -70,7 +70,7 @@ pair MessageFlowRule::evaluate( check(obj.getID(), obj.getIssueInstantEpoch()); } catch (bad_cast&) { - throw BindingException("Message was not of a recognized SAML root type."); + throw BindingException("Message was not of a recognized type."); } return pair(NULL,NULL); }