org.hibernate.exception

Class GenericJDBCException

Implemented Interfaces:
Nestable

public class GenericJDBCException
extends JDBCException

Generic, non-specific JDBCException.
Author:
Steve Ebersole

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

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

Method Summary

Methods inherited from class org.hibernate.JDBCException

getErrorCode, getSQL, getSQLException, getSQLState

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

GenericJDBCException

public GenericJDBCException(String string,
                            SQLException root)

GenericJDBCException

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