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

no.difi.certvalidator.api.CertificateBucketException Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package no.difi.certvalidator.api;

/**
 * Exception related to actions performed by certificate buckets.
 */
public class CertificateBucketException extends CertificateValidationException {
    public CertificateBucketException(String reason, Throwable cause) {
        super(reason, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy