|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.rgw.tools.JdbcLinkExceptionTranslation
public class JdbcLinkExceptionTranslation
Simple translator class for SQLExceptions. Currently translating to
JdbcLinkResourceException
for connection problems, or resource problems on the databaseJdbcLinkSyntaxException
for problems with the syntax of the SQL statementJdbcLinkConcurrencyException
for problems with concurrent accessTranslation Sets based on the SQLStateSQLExceptionTranslator class of the spring framework.
Constructor Summary | |
---|---|
JdbcLinkExceptionTranslation()
|
Method Summary | |
---|---|
static JdbcLinkException |
translateException(java.lang.Exception ex)
|
static JdbcLinkException |
translateException(java.lang.String message,
java.lang.Exception ex)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcLinkExceptionTranslation()
Method Detail |
---|
public static JdbcLinkException translateException(java.lang.Exception ex)
public static JdbcLinkException translateException(java.lang.String message, java.lang.Exception ex)
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |