org.hibernate.exception
Class GenericJDBCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.JDBCException
org.hibernate.exception.GenericJDBCException
- All Implemented Interfaces:
- Serializable, Nestable
public class GenericJDBCException
- extends JDBCException
Generic, non-specific JDBCException.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
GenericJDBCException
public GenericJDBCException(String string,
SQLException root)
GenericJDBCException
public GenericJDBCException(String string,
SQLException root,
String sql)