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

io.neow3j.protocol.exceptions.StackItemCastException Maven / Gradle / Ivy

package io.neow3j.protocol.exceptions;

public class StackItemCastException extends RuntimeException {

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

    public StackItemCastException(Exception e) {
        super(e);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy