cn.hyperchain.sdk.exception.IllegalSignatureException 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 IllegalSignatureException extends RuntimeException {
public IllegalSignatureException() {
super("illegal signature type");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy