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

com.github.tomakehurst.wiremock.http.ssl.CertificateGenerationUnsupportedException Maven / Gradle / Ivy

package com.github.tomakehurst.wiremock.http.ssl;

public class CertificateGenerationUnsupportedException extends Exception {
    public CertificateGenerationUnsupportedException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy