cn.hyperchain.sdk.exception.IllegalStateException 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 IllegalStateException extends RuntimeException {
static final long serialVersionUID = -1848914673093119416L;
public IllegalStateException() {
}
public IllegalStateException(String var1) {
super(var1);
}
public IllegalStateException(String var1, Throwable var2) {
super(var1, var2);
}
public IllegalStateException(Throwable var1) {
super(var1);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy