org.jboss.resource.adapter.jdbc
Interface ExceptionSorter
- All Known Implementing Classes:
- InformixExceptionSorter, MySQLExceptionSorter, NullExceptionSorter, OracleExceptionSorter, SybaseExceptionSorter
public interface ExceptionSorter
An interface to allow for exception evaluation.
- Version:
- $Revision: 57189 $
- Author:
- David Jencks, Adrian Brock, Weston Price
isExceptionFatal
boolean isExceptionFatal(SQLException e)
- Returns true or false whether or not the exception is fatal.
- Parameters:
e - the exception
- Returns:
- true or false if the exception is fatal.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.