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

io.neow3j.contract.exceptions.InvocationConfigurationException Maven / Gradle / Ivy

package io.neow3j.contract.exceptions;

public class InvocationConfigurationException extends RuntimeException {

    public InvocationConfigurationException() {
        super();
    }

    public InvocationConfigurationException(String message) {
        super(message);
    }

    public InvocationConfigurationException(Throwable cause) {
        super(cause);
    }

    public InvocationConfigurationException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy