类 SQLExceptionsMapping
- java.lang.Object
-
- com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
-
public class SQLExceptionsMapping extends Object
-
-
构造器概要
构造器 构造器 说明 SQLExceptionsMapping()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static SQLExceptiontranslateException(Throwable ex)static SQLExceptiontranslateException(Throwable ex, ExceptionInterceptor interceptor)
-
-
-
方法详细资料
-
translateException
public static SQLException translateException(Throwable ex, ExceptionInterceptor interceptor)
-
translateException
public static SQLException translateException(Throwable ex)
-
-