public class

GenericJDBCException

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

Class Overview

Generic, non-specific JDBCException.

Summary

Public Constructors
GenericJDBCException(String string, SQLException root)
GenericJDBCException(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 GenericJDBCException (String string, SQLException root)

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