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

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