public class OracleExceptionSorter extends Object implements ExceptionSorter, Serializable
Constructor and Description |
---|
OracleExceptionSorter() |
Modifier and Type | Method and Description |
---|---|
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
in interface ExceptionSorter
public boolean isExceptionFatal(SQLException e)
ExceptionSorter
isExceptionFatal
in interface ExceptionSorter
e
- the exceptionCopyright © 2013–2021 Alibaba Group. All rights reserved.