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

de.trustable.ca3s.challenge.exception.ChallengeDNSException Maven / Gradle / Ivy

The newest version!
package de.trustable.ca3s.challenge.exception;

public class ChallengeDNSException extends Exception {
    public ChallengeDNSException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy