All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy