io.api.etherscan.error.InvalidDataHexException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-etherscan-api Show documentation
Show all versions of java-etherscan-api Show documentation
Library is a wrapper for EtherScan API.
package io.api.etherscan.error;
/**
* @author GoodforGod
* @since 02.11.2018
*/
public class InvalidDataHexException extends ApiException {
public InvalidDataHexException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy