![JAR search and dependency download from the Maven repository](/logo.png)
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