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

com.rotilho.jnano.commons.exception.ActionNotSupportedException Maven / Gradle / Ivy

Go to download

JNano provides a set of low level Nano operations that includes signing, seed generation, block hashing and account creation.

There is a newer version: 1.5.0
Show newest version
package com.rotilho.jnano.commons.exception;

public class ActionNotSupportedException extends RuntimeException {
    public ActionNotSupportedException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy