cn.hyperchain.sdk.exception.AllNodesBadException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of litesdk Show documentation
Show all versions of litesdk Show documentation
A Java client tool for Hyperchain
package cn.hyperchain.sdk.exception;
public class AllNodesBadException extends RuntimeException {
public AllNodesBadException() {}
public AllNodesBadException(String msg) {
super(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy