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

com.sinszm.common.exception.SqlApiException Maven / Gradle / Ivy

Go to download

基于SpringBoot扩展生态应用公共组件 Copyright © 2020 智慧程序猿 All rights reserved. https://www.sinsz.com

There is a newer version: 1.1.3.RELEASE
Show newest version
package com.sinszm.common.exception;

/**
 * 用于SQL异常的定义类型
 *
 * @author chenjianbo
 */
public class SqlApiException extends ApiException {

    public SqlApiException() {
        super(SystemApiError.SYSTEM_ERROR_03);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy