com.pongsky.kit.exception.CircuitBreakerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config-core Show documentation
Show all versions of config-core Show documentation
Java 增强套件 之 config-core 模块
package com.pongsky.kit.exception;
/**
* 断路异常
*
* @author pengsenhao
*/
public class CircuitBreakerException extends RuntimeException {
private static final long serialVersionUID = -6628643616928219648L;
public CircuitBreakerException() {
super();
}
}