public class DB2ExceptionSorter extends java.lang.Object implements ExceptionSorter, java.io.Serializable
Constructor and Description |
---|
DB2ExceptionSorter()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isExceptionFatal(java.sql.SQLException e)
Evaluates a
java.sql.SQLException to determine if
the error was fatal |
void |
setConsider99999Fatal(java.lang.String value)
set via
|
void |
setFatal99999Messages(java.lang.String messages)
set via
|
public void setConsider99999Fatal(java.lang.String value)
value
- The valuepublic void setFatal99999Messages(java.lang.String messages)
messages
- The messages to be considered fatalpublic boolean isExceptionFatal(java.sql.SQLException e)
java.sql.SQLException
to determine if
the error was fatalisExceptionFatal
in interface ExceptionSorter
e
- the java.sql.SQLException
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)