org.logicalcobwebs.proxool
Class FatalSQLException
SQLException
org.logicalcobwebs.proxool.FatalSQLException
public class FatalSQLException
extends SQLException
A type of SQLException that has been defined as fatal. It contains
the
original
plain SQLException
just in case you need it.
$Revision: 1.3 $, $Date: 2003/09/10 22:21:04 $- billhorsman
- $Author: chr32 $ (current maintainer)
FatalSQLException
public FatalSQLException(SQLException cause)
FatalSQLException
public FatalSQLException(SQLException cause,
String reason,
String sqlState)
cause
- the SQLException that was detected as being fatalreason
- see super.SQLException(java.lang.String, java.lang.String)
sqlState
- see super.SQLException(java.lang.String, java.lang.String)
getCause
public Throwable getCause()
getOriginalSQLException
public SQLException getOriginalSQLException()
Get the SQLException that was detected as being fatal
- the original SQLException