Package org.hibernate.exception
Class 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
-
- All Implemented Interfaces:
java.io.Serializable
public class JDBCConnectionException extends JDBCException
Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDBCConnectionException(java.lang.String string, java.sql.SQLException root)
JDBCConnectionException(java.lang.String string, java.sql.SQLException root, java.lang.String sql)
-
Method Summary
-
Methods inherited from class org.hibernate.JDBCException
getErrorCode, getSQL, getSQLException, getSQLState
-
-