FileDocCategorySizeDatePackage
ExceptionSorter.javaAPI DocJBoss 4.2.11664Fri Jul 13 21:01:14 BST 2007org.jboss.resource.adapter.jdbc

ExceptionSorter

public interface ExceptionSorter
An interface to allow for exception evaluation.
author
David Jencks
author
Adrian Brock
author
Weston Price
version
$Revision: 57189 $

Fields Summary
Constructors Summary
Methods Summary
public booleanisExceptionFatal(java.sql.SQLException e)
Returns true or false whether or not the exception is fatal.

param
e the exception
return
true or false if the exception is fatal.