|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.dialect.resolver.BasicSQLExceptionConverter
public class BasicSQLExceptionConverter
A helper to centralize conversion of SQLException
s to JDBCException
s.
Field Summary | |
---|---|
static BasicSQLExceptionConverter |
INSTANCE
|
static java.lang.String |
MSG
|
Constructor Summary | |
---|---|
BasicSQLExceptionConverter()
|
Method Summary | |
---|---|
JDBCException |
convert(java.sql.SQLException sqlException)
Perform a conversion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BasicSQLExceptionConverter INSTANCE
public static final java.lang.String MSG
Constructor Detail |
---|
public BasicSQLExceptionConverter()
Method Detail |
---|
public JDBCException convert(java.sql.SQLException sqlException)
sqlException
- The exception to convert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |