public static interface AgroalConnectionPoolConfiguration.ExceptionSorter
Modifier and Type | Method and Description |
---|---|
static AgroalConnectionPoolConfiguration.ExceptionSorter |
defaultExceptionSorter()
Default exception sorter.
|
static AgroalConnectionPoolConfiguration.ExceptionSorter |
emptyExceptionSorter()
Never treat an exception as fatal.
|
static AgroalConnectionPoolConfiguration.ExceptionSorter |
fatalExceptionSorter()
Treats every exception as fatal.
|
boolean |
isFatal(SQLException se) |
static AgroalConnectionPoolConfiguration.ExceptionSorter defaultExceptionSorter()
static AgroalConnectionPoolConfiguration.ExceptionSorter emptyExceptionSorter()
static AgroalConnectionPoolConfiguration.ExceptionSorter fatalExceptionSorter()
boolean isFatal(SQLException se)
Copyright © 2021 JBoss by Red Hat. All rights reserved.