org.elastos.hive.exception.DIDResolverSetupException Maven / Gradle / Ivy
package org.elastos.hive.exception;
public class DIDResolverSetupException extends HiveException {
private static final long serialVersionUID = 1997528906582353379L;
public DIDResolverSetupException() {
super();
}
public DIDResolverSetupException(String message) {
super(message);
}
public DIDResolverSetupException(String message, Throwable cause) {
super(message, cause);
}
public DIDResolverSetupException(Throwable cause) {
super(cause);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy