uk.gov.ida.saml.metadata.exception.TrustAnchorConfigException Maven / Gradle / Ivy
package uk.gov.ida.saml.metadata.exception;
public class TrustAnchorConfigException extends RuntimeException {
public TrustAnchorConfigException(String s, Throwable e) {
super(s, e);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy