摘要: public class RetryException extends Exception { public TempestRetryException(Throwable e) { super(e); } public TempestRetryException(String msg, Throwable cause) { super(msg, cause); ... 阅读全文
posted @ 2018-04-16 15:35 tonggc1668 阅读(255) 评论(0) 推荐(0)