public class OracleExceptionSorter extends Object implements ExceptionSorter, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private Set<Integer> |
fatalErrorCodes |
private static Log |
LOG |
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
OracleExceptionSorter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
configFromProperties(Properties properties) |
Set<Integer> |
getFatalErrorCodes() |
boolean |
isExceptionFatal(SQLException e)
Returns true or false whether or not the exception is fatal.
|
void |
setFatalErrorCodes(Set<Integer> fatalErrorCodes) |
private static final Log LOG
private static final long serialVersionUID
public void configFromProperties(Properties properties)
configFromProperties 在接口中 ExceptionSorterpublic boolean isExceptionFatal(SQLException e)
ExceptionSorterisExceptionFatal 在接口中 ExceptionSortere - the exceptionCopyright © 2013–2019 Alibaba Group. All rights reserved.