Serialized Form


Package org.logicalcobwebs.proxool

Class org.logicalcobwebs.proxool.FatalRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Exception cause
See Also:
FatalRuntimeException.getCause()

Class org.logicalcobwebs.proxool.FatalSQLException extends java.sql.SQLException implements Serializable

Serialized Fields

cause

java.sql.SQLException cause
See Also:
FatalSQLException.getOriginalSQLException()

Class org.logicalcobwebs.proxool.ProxoolException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this ProxoolException to get thrown, or null if this ProxoolException was not caused by another throwable, or if the causative throwable is unknown.