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

net.eightlives.friendlyssl.exception.UpdateFailedException Maven / Gradle / Ivy

package net.eightlives.friendlyssl.exception;

public class UpdateFailedException extends RuntimeException {

    public UpdateFailedException() {
        super("ACME Resource update failed");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy