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

uk.gov.ida.saml.metadata.exception.EmptyTrustStoreException Maven / Gradle / Ivy

There is a newer version: 3.4.6-277
Show newest version
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