org.jboss.jca.adapters.jdbc.extensions.postgres
Class PostgreSQLExceptionSorter

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter
All Implemented Interfaces:
Serializable, ExceptionSorter

public class PostgreSQLExceptionSorter
extends Object
implements ExceptionSorter, Serializable

A PostgreSQLExceptionSorter.

Version:
$Revision: 71554 $
Author:
Weston Price
See Also:
Serialized Form

Constructor Summary
PostgreSQLExceptionSorter()
          Constructor
 
Method Summary
 boolean isExceptionFatal(SQLException e)
          Evaluates a java.sql.SQLException to determine if the error was fatal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgreSQLExceptionSorter

public PostgreSQLExceptionSorter()
Constructor

Method Detail

isExceptionFatal

public boolean isExceptionFatal(SQLException e)
Evaluates a java.sql.SQLException to determine if the error was fatal

Specified by:
isExceptionFatal in interface ExceptionSorter
Parameters:
e - the java.sql.SQLException
Returns:
whether or not the exception is vatal.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)