All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pongsky.kit.exception.HttpException Maven / Gradle / Ivy

There is a newer version: 3.10.1-2.4.13
Show newest version
package com.pongsky.kit.exception;

/**
 * HTTP 请求异常
 *
 * @author pengsenhao
 */
public class HttpException extends RuntimeException {

    private static final long serialVersionUID = 746887887974658747L;

    public HttpException(String message, Exception e) {
        super(message, e);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy