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

pl.allegro.tech.hermes.common.ssl.TruststoreConfigurationException Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.hermes.common.ssl;

public class TruststoreConfigurationException extends RuntimeException {
    public TruststoreConfigurationException(String truststoreSource) {
        super(String.format("Unknown trust store source: %s", truststoreSource));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy