![JAR search and dependency download from the Maven repository](/logo.png)
io.neow3j.crypto.exceptions.NEP2InvalidFormat Maven / Gradle / Ivy
package io.neow3j.crypto.exceptions;
/**
* NEP2 format exception.
*/
public class NEP2InvalidFormat extends Exception {
public NEP2InvalidFormat() {
}
public NEP2InvalidFormat(String message) {
super(message);
}
public NEP2InvalidFormat(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy