Class SybaseExceptionSorter

java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.sybase.SybaseExceptionSorter
All Implemented Interfaces:
Serializable, ExceptionSorter

public class SybaseExceptionSorter extends Object implements ExceptionSorter, Serializable
SybaseExceptionSorter.java Created: Wed May 12 11:46:23 2003
Author:
Corby Page, Andrey Demchenko, David Jencks
See Also:
  • Constructor Details

    • SybaseExceptionSorter

      public SybaseExceptionSorter()
      Constructor
  • Method Details

    • 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.