Package io.agroal.api.exceptionsorter
Class PostgreSQLExceptionSorter
java.lang.Object
io.agroal.api.exceptionsorter.PostgreSQLExceptionSorter
- All Implemented Interfaces:
AgroalConnectionPoolConfiguration.ExceptionSorter
public class PostgreSQLExceptionSorter
extends Object
implements AgroalConnectionPoolConfiguration.ExceptionSorter
Exception sorter for PostgreSQL databases.
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PostgreSQLExceptionSorter
public PostgreSQLExceptionSorter()
-
-
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
-