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

com.github.panxiaole.polestar.common.exception.BusinessException Maven / Gradle / Ivy

The newest version!
package com.github.panxiaole.polestar.common.exception;

/**
 * 业务异常
 *
 * @author panxiaole
 * @date 2019-04-27
 */
public class BusinessException extends RuntimeException {

    public BusinessException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy