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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetSQL()
Get the actual SQL statement being executed when the exception occurred.
SQLExceptiongetSQLException()
Get the underlying SQLException .
StringgetSQLState()
Get the X/Open or ANSI SQL SQLState error code from the underlying SQLException .