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

com.silentgo.core.exception.AppSQLException Maven / Gradle / Ivy

There is a newer version: 0.0.49
Show newest version
package com.silentgo.core.exception;

/**
 * Project : parent
 * Package : com.silentgo.core.exception
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 16/9/28. */ public class AppSQLException extends AppException { public AppSQLException(String message, int code) { super(message, code); } public AppSQLException(int code) { super(code); } public AppSQLException(String message) { super(message); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy