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

org.bitcoinj.governance.SuperblockException Maven / Gradle / Ivy

There is a newer version: 21.0.0
Show newest version
package org.bitcoinj.governance;

/**
 * Created by Hash Engineering on 6/5/2018.
 */
public class SuperblockException extends Exception {
    public SuperblockException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy