随笔分类 - exception
摘要:package org.linlinjava.litemall.core.config; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.validator.internal.engine.path.PathImpl; import...
阅读全文
摘要:package me.zhengjie.common.exception.handler; import lombok.extern.slf4j.Slf4j; import me.zhengjie.common.exception.BadRequestException; import me.zhengjie.common.exception.EntityExistException; imp...
阅读全文
摘要:package me.zhengjie.common.exception; import org.springframework.util.StringUtils; import java.util.HashMap; import java.util.Map; import java.util.st
阅读全文
摘要:package me.zhengjie.common.exception; import lombok.Getter; import org.springframework.http.HttpStatus; import static org.springframework.http.HttpStatus.BAD_REQUEST; /** * @author jie * @date 2...
阅读全文
摘要:public class RetryException extends Exception { public TempestRetryException(Throwable e) { super(e); } public TempestRetryException(String msg, Throwable cause) { super(msg, cause); ...
阅读全文
摘要:sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target sun.security.provider.certpath
阅读全文
摘要:public class ThrowableUtil { public static Throwable getDeepestCause(final Throwable throwable) { int count; Throwable cause; for (count = 5, cause = throwable; cause.getC...
阅读全文
浙公网安备 33010602011771号