public class OceanBaseOracleExceptionSorter extends OracleExceptionSorter
| Constructor and Description |
|---|
OceanBaseOracleExceptionSorter() |
| 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 ExceptionSorterconfigFromProperties in class OracleExceptionSorterpublic Set<Integer> getFatalErrorCodes()
getFatalErrorCodes in class OracleExceptionSorterpublic void setFatalErrorCodes(Set<Integer> fatalErrorCodes)
setFatalErrorCodes in class OracleExceptionSorterpublic boolean isExceptionFatal(SQLException e)
ExceptionSorterisExceptionFatal in interface ExceptionSorterisExceptionFatal in class OracleExceptionSortere - the exceptionCopyright © 2013–2020 Alibaba Group. All rights reserved.