com.sinszm.common.exception.SqlApiException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of szm-boot-common Show documentation
Show all versions of szm-boot-common Show documentation
基于SpringBoot扩展生态应用公共组件
Copyright © 2020 智慧程序猿 All rights reserved.
https://www.sinsz.com
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