public class SQLExceptions extends Object
SQLException
into
the appropriate OpenJPA type.Constructor and Description |
---|
SQLExceptions() |
Modifier and Type | Method and Description |
---|---|
static OpenJPAException |
getStore(Localizer.Message msg,
SQLException se,
DBDictionary dict)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(Localizer.Message msg,
SQLException se,
DBDictionary dict,
int level)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(SQLException se)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(SQLException se,
DBDictionary dict)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(SQLException se,
DBDictionary dict,
int level)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(SQLException se,
Object failed)
Convert the specified exception into a
OpenJPAException . |
static OpenJPAException |
getStore(SQLException se,
Object failed,
DBDictionary dict)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(SQLException se,
Object failed,
DBDictionary dict,
int level)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(String msg,
SQLException se,
DBDictionary dict)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(String msg,
SQLException se,
DBDictionary dict,
int level)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(String msg,
SQLException se,
Object failed,
DBDictionary dict)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
getStore(String msg,
SQLException se,
Object failed,
DBDictionary dict,
int level)
Convert the specified exception into a
StoreException . |
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, DBDictionary dict, int level)
StoreException
.public static OpenJPAException getStore(SQLException se, Object failed, DBDictionary dict)
StoreException
.public static OpenJPAException getStore(SQLException se, Object failed, DBDictionary dict, int level)
StoreException
.public static OpenJPAException getStore(Localizer.Message msg, SQLException se, DBDictionary dict)
StoreException
.public static OpenJPAException getStore(Localizer.Message msg, SQLException se, DBDictionary dict, int level)
StoreException
.public static OpenJPAException getStore(String msg, SQLException se, DBDictionary dict)
StoreException
.public static OpenJPAException getStore(String msg, SQLException se, DBDictionary dict, int level)
StoreException
.public static OpenJPAException getStore(String msg, SQLException se, Object failed, DBDictionary dict)
StoreException
.public static OpenJPAException getStore(String msg, SQLException se, Object failed, DBDictionary dict, int level)
StoreException
.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.