public class OracleExceptionSorter extends Object implements ExceptionSorter, Serializable
构造器和说明 |
---|
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) |
public void configFromProperties(Properties properties)
configFromProperties
在接口中 ExceptionSorter
public boolean isExceptionFatal(SQLException e)
ExceptionSorter
isExceptionFatal
在接口中 ExceptionSorter
e
- the exceptionCopyright © 2013-2015 Alibaba Group. All Rights Reserved.