Package io.agroal.api.exceptionsorter
Class DB2ExceptionSorter
java.lang.Object
io.agroal.api.exceptionsorter.DB2ExceptionSorter
- All Implemented Interfaces:
AgroalConnectionPoolConfiguration.ExceptionSorter
public class DB2ExceptionSorter
extends Object
implements AgroalConnectionPoolConfiguration.ExceptionSorter
Exception sorter for DB2 databases.
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DB2ExceptionSorter
public DB2ExceptionSorter()
-
-
Method Details
-
isFatal
- Specified by:
isFatalin interfaceAgroalConnectionPoolConfiguration.ExceptionSorter- Returns:
- true if an exception is considered fatal and the connection is not able for further use, false otherwise
-