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

com.github.life.lab.leisure.common.exception.BusinessException Maven / Gradle / Ivy

There is a newer version: 0.0.12.RELEASE
Show newest version
package com.github.life.lab.leisure.common.exception;

/**
 * 业务异常
 *
 * @author weichao.li ([email protected])
 * @date 2018/9/10
 */
public class BusinessException extends ExtensionException {
    public BusinessException(Long code, String message, Object data) {
        super(HttpStatus.BAD_REQUEST.value(), code, message, data, null);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy