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

com.github.yingzhuo.carnival.restful.security.params.exception.ParamsValidatingException Maven / Gradle / Ivy

There is a newer version: 1.8.9
Show newest version
/*
 *  ____    _    ____  _   _ _____     ___    _
 * / ___|  / \  |  _ \| \ | |_ _\ \   / / \  | |
 * | |    / _ \ | |_) |  \| || | \ \ / / _ \ | |
 * | |___/ ___ \|  _ <| |\  || |  \ V / ___ \| |___
 * \____/_/   \_\_| \_\_| \_|___|  \_/_/   \_\_____|
 *
 * https://github.com/yingzhuo/carnival
 */
package com.github.yingzhuo.carnival.restful.security.params.exception;

import com.github.yingzhuo.carnival.common.mvc.RequestInterruptedException;

import javax.servlet.http.HttpServletRequest;

/**
 * @author 应卓
 * @since 1.6.30
 */
public class ParamsValidatingException extends RequestInterruptedException {

    public ParamsValidatingException(String message, HttpServletRequest request) {
        super(message, request);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy