![JAR search and dependency download from the Maven repository](/logo.png)
com.jd.blockchain.utils.concurrent.RuntimeExecutionException Maven / Gradle / Ivy
package com.jd.blockchain.utils.concurrent;
/**
* 未预期的中断异常;
*
* @author haiq
*
*/
public class RuntimeExecutionException extends RuntimeException {
private static final long serialVersionUID = -4404758941888371638L;
public RuntimeExecutionException() {
}
public RuntimeExecutionException(String message) {
super(message);
}
public RuntimeExecutionException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy