*
* @see org.picketlink.identity.federation.PicketLinkLogger#auditSecurityDomainNotFound(java.lang.Throwable)
*/
@Override
public ConfigurationException auditSecurityDomainNotFound(Throwable t) {
return new ConfigurationException(
"Could not find a security domain configuration. Check if it is defined in WEB-INF/jboss-web.xml or set the "
+ GeneralConstants.AUDIT_SECURITY_DOMAIN + " system property.", t);
}