Package org.hibernate.exception.spi
Class AbstractSQLExceptionConversionDelegate
java.lang.Object
org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
- All Implemented Interfaces:
SQLExceptionConversionDelegate
- Direct Known Subclasses:
SQLExceptionTypeDelegate
,SQLStateConversionDelegate
public abstract class AbstractSQLExceptionConversionDelegate
extends Object
implements SQLExceptionConversionDelegate
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractSQLExceptionConversionDelegate
(ConversionContext conversionContext) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
convert
-
Constructor Details
-
AbstractSQLExceptionConversionDelegate
-
-
Method Details
-
getConversionContext
-