![JAR search and dependency download from the Maven repository](/logo.png)
com.jd.blockchain.consensus.ConsensusSecurityException Maven / Gradle / Ivy
package com.jd.blockchain.consensus;
public class ConsensusSecurityException extends Exception{
private static final long serialVersionUID = -164820276123627155L;
public ConsensusSecurityException() {
}
public ConsensusSecurityException(String message) {
super(message);
}
public ConsensusSecurityException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy