|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.jdbc.sql.SQLExceptions
public class SQLExceptions
Helper class for converting a SQLException
into
the appropriate OpenJPA type.
Constructor Summary | |
---|---|
SQLExceptions()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLExceptions()
Method Detail |
---|
public static OpenJPAException getStore(SQLException se)
StoreException
.
public static OpenJPAException getStore(SQLException se, Object failed)
OpenJPAException
.
public static OpenJPAException getStore(SQLException se, DBDictionary dict)
StoreException
.
public static OpenJPAException getStore(SQLException se, Object failed, DBDictionary dict)
StoreException
.
public static OpenJPAException getStore(Localizer.Message msg, SQLException se, DBDictionary dict)
StoreException
.
public static OpenJPAException getStore(String msg, SQLException se, DBDictionary dict)
StoreException
.
public static OpenJPAException getStore(String msg, SQLException se, Object failed, DBDictionary dict)
StoreException
.
public static OpenJPAException getStoreSQLException(OpenJPAStateManager sm, SQLException se, DBDictionary dict, int level)
public static OpenJPAException getStoreSQLException(OpenJPAConfiguration config, SQLException se, DBDictionary dict, int level)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |