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

io.neow3j.transaction.exceptions.ScriptFormatException Maven / Gradle / Ivy

There is a newer version: 3.23.0
Show newest version
package io.neow3j.transaction.exceptions;

public class ScriptFormatException extends RuntimeException {

    public ScriptFormatException() {
        super();
    }

    public ScriptFormatException(String s) {
    }

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy