de.trustable.ca3s.challenge.exception.ChallengeDNSException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of acmeChallengeHandler Show documentation
Show all versions of acmeChallengeHandler Show documentation
ACME Challenge handler libary
The newest version!
package de.trustable.ca3s.challenge.exception;
public class ChallengeDNSException extends Exception {
public ChallengeDNSException(String msg) {
super(msg);
}
}