public class

JDBCConnectionException

extends JDBCException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.JDBCException
             ↳ org.hibernate.exception.JDBCConnectionException

Class Overview

Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).

Summary

Public Constructors
JDBCConnectionException(String string, SQLException root)
JDBCConnectionException(String string, SQLException root, String sql)
[Expand]
Inherited Methods
From class org.hibernate.JDBCException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JDBCConnectionException (String string, SQLException root)

public JDBCConnectionException (String string, SQLException root, String sql)