Class PostgreSQLExceptionSorter
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter
- All Implemented Interfaces:
Serializable,ExceptionSorter
A PostgreSQLExceptionSorter.
- Version:
- $Revision: 71554 $
- Author:
- Weston Price
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates ajava.sql.SQLExceptionto determine if the error was fatal
-
Constructor Details
-
PostgreSQLExceptionSorter
public PostgreSQLExceptionSorter()Constructor
-
-
Method Details
-
isExceptionFatal
Evaluates ajava.sql.SQLExceptionto determine if the error was fatal- Specified by:
isExceptionFatalin interfaceExceptionSorter- Parameters:
e- thejava.sql.SQLException- Returns:
- whether or not the exception is vatal.
-