public interface SQLExceptionOverride
adjudicate(SQLException) method returns SQLExceptionOverride.Override.CONTINUE_EVICT the eviction will occur, but if the
method returns SQLExceptionOverride.Override.DO_NOT_EVICT the eviction will be elided.| Modifier and Type | Interface and Description |
|---|---|
static class |
SQLExceptionOverride.Override |
| Modifier and Type | Method and Description |
|---|---|
default SQLExceptionOverride.Override |
adjudicate(java.sql.SQLException sqlException)
If this method returns
SQLExceptionOverride.Override.CONTINUE_EVICT then Connection eviction will occur, but if it
returns SQLExceptionOverride.Override.DO_NOT_EVICT the eviction will be elided. |
default SQLExceptionOverride.Override adjudicate(java.sql.SQLException sqlException)
SQLExceptionOverride.Override.CONTINUE_EVICT then Connection eviction will occur, but if it
returns SQLExceptionOverride.Override.DO_NOT_EVICT the eviction will be elided.sqlException - the #SQLException to adjudicateSQLExceptionOverride.Override.CONTINUE_EVICT or SQLExceptionOverride.Override.DO_NOT_EVICTCopyright © 2020 Zaxxer.com. All Rights Reserved.