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

net.klakegg.pkix.ocsp.OcspServerException Maven / Gradle / Ivy

package net.klakegg.pkix.ocsp;

/**
 * @author erlend
 */
public class OcspServerException extends OcspException {
    public OcspServerException(String message, Object... objects) {
        super(message, objects);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy