Serialized Form


Package org.logicalcobwebs.cglib.core

Class org.logicalcobwebs.cglib.core.CodeGenerationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package org.logicalcobwebs.cglib.proxy

Class org.logicalcobwebs.cglib.proxy.Proxy extends java.lang.Object implements Serializable

Serialized Fields

h

InvocationHandler h

Class org.logicalcobwebs.cglib.proxy.UndeclaredThrowableException extends CodeGenerationException implements Serializable


Package org.logicalcobwebs.concurrent

Class org.logicalcobwebs.concurrent.TimeoutException extends java.lang.InterruptedException implements Serializable

Serialized Fields

duration

long duration
The approximate time that the operation lasted before this timeout exception was thrown.


Package org.logicalcobwebs.logging

Class org.logicalcobwebs.logging.LogConfigurationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The underlying cause of this exception.


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.


Package org.logicalcobwebs.proxool.util

Class org.logicalcobwebs.proxool.util.FastArrayList extends java.util.ArrayList implements Serializable

Serialized Fields

list

java.util.ArrayList<E> list
The underlying list we are managing.


fast

boolean fast
Are we operating in "fast" mode?