Uses of Class
java.sql.SQLNonTransientException
-
Packages that use SQLNonTransientException 软件包 描述 java.sql 提供使用Java编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。 -
-
Uses of SQLNonTransientException in java.sql
Subclasses of SQLNonTransientException in java.sql Modifier and Type Class 描述 class
SQLDataException
当SQLState类值为“ 22 ”时,或在供应商指定的条件下,抛出SQLException
的子类。class
SQLFeatureNotSupportedException
当SQLState类值为' 0A '(值为'零'A)时抛出的子类为SQLException
。class
SQLIntegrityConstraintViolationException
当SQLState类值为“ 23 ”时,或在供应商指定的条件下,抛出SQLException
的子类。class
SQLInvalidAuthorizationSpecException
当SQLState类值为“ 28 ”时,或在供应商指定的条件下,抛出SQLException
的子类。class
SQLNonTransientConnectionException
的亚类SQLException
抛出的SQLState类值“08”,或供应商指定的条件下进行。class
SQLSyntaxErrorException
The subclass ofSQLException
thrown when the SQLState class value is ' 42', or under vendor-specified conditions.
-