Java org.hibernate.exception GenericJDBCException fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.exception GenericJDBCException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.exception GenericJDBCException.

The text is from its open source code.

Constructor

Method

intgetErrorCode()
Get the vendor specific error code from the underlying SQLException .
StringgetSQL()
Get the actual SQL statement being executed when the exception occurred.
SQLExceptiongetSQLException()
Get the underlying SQLException .