org.logicalcobwebs.proxool

Class FatalRuntimeException


public class FatalRuntimeException
extends RuntimeException

A type of SQLException that has been defined as fatal. It contains the original plain Exception just in case you need it.
Version:
$Revision: 1.1 $, $Date: 2003/09/29 17:48:08 $
Authors:
billhorsman
$Author: billhorsman $ (current maintainer)
See Also:
ConnectionPoolDefinitionIF.getFatalSqlExceptions()

Constructor Summary

FatalRuntimeException(Exception cause)

Method Summary

Throwable
getCause()

Constructor Details

FatalRuntimeException

public FatalRuntimeException(Exception cause)

Method Details

getCause

public Throwable getCause()
See Also:
Throwable.getCause