uk.gov.ida.saml.metadata.exception.EmptyTrustStoreException Maven / Gradle / Ivy
package uk.gov.ida.saml.metadata.exception;
public class EmptyTrustStoreException extends RuntimeException {
public EmptyTrustStoreException() {
super("TrustStore was empty");
}
public EmptyTrustStoreException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy