Class SQLExceptionTypeDelegate

java.lang.Object
org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
org.hibernate.exception.internal.SQLExceptionTypeDelegate
All Implemented Interfaces:
SQLExceptionConversionDelegate

public class SQLExceptionTypeDelegate extends AbstractSQLExceptionConversionDelegate
A SQLExceptionConverter implementation that does conversion based on the SQLException subtype hierarchy defined by JDBC 4.
  • Constructor Details

    • SQLExceptionTypeDelegate

      public SQLExceptionTypeDelegate(ConversionContext conversionContext)
  • Method Details