类 JDBCConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.JDBCException
-
- org.hibernate.exception.JDBCConnectionException
-
- 所有已实现的接口:
Serializable
public class JDBCConnectionException extends JDBCException
Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 JDBCConnectionException(String string, SQLException root)JDBCConnectionException(String string, SQLException root, String sql)
-
方法概要
-
从类继承的方法 org.hibernate.JDBCException
getErrorCode, getSQL, getSQLException, getSQLState
-
-
-
-
构造器详细资料
-
JDBCConnectionException
public JDBCConnectionException(String string, SQLException root)
-
JDBCConnectionException
public JDBCConnectionException(String string, SQLException root, String sql)
-
-