uk.gov.ida.saml.metadata.exception.TrustAnchorConfigException Maven / Gradle / Ivy
The newest version!
package uk.gov.ida.saml.metadata.exception;
public class TrustAnchorConfigException extends RuntimeException {
public TrustAnchorConfigException(String s, Throwable e) {
super(s, e);
}
}