public class ListExceptionSorter extends Object implements ExceptionSorter, Serializable
| Constructor and Description |
|---|
ListExceptionSorter()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExceptionFatal(SQLException e)
Evaluates a
java.sql.SQLException to determine if
the error was fatal |
void |
setFatalExceptions(String s)
set via
|
public void setFatalExceptions(String s)
s - The valuepublic boolean isExceptionFatal(SQLException e)
java.sql.SQLException to determine if
the error was fatalisExceptionFatal in interface ExceptionSortere - the java.sql.SQLExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.