|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionHandler | |
|---|---|
| com.programix.sql | SQL related utilities. |
| com.programix.thread | Java multithreading related utilities. |
| Uses of ExceptionHandler in com.programix.sql |
|---|
| Constructors in com.programix.sql with parameters of type ExceptionHandler | |
|---|---|
ConnectionPool(ConnectionSource underlyingSource,
int maxConnectionCount,
int highWaterCount,
int shrinkDelaySeconds,
String healthCheckQuery,
ExceptionHandler exceptionHandler)
|
|
ConnectionPool(ConnectionSource underlyingSource,
int maxConnectionCount,
int highWaterCount,
int shrinkDelaySeconds,
String healthCheckQuery,
ExceptionHandler exceptionHandler,
Object lockObject)
|
|
ConnectionPool(ConnectionSource underlyingSource,
ValueMap config,
ExceptionHandler exceptionHandler)
|
|
ConnectionPool(ValueMap config,
ExceptionHandler exceptionHandler)
|
|
| Uses of ExceptionHandler in com.programix.thread |
|---|
| Classes in com.programix.thread that implement ExceptionHandler | |
|---|---|
class |
ConsoleExceptionHandler
An implementation of ExceptionHandler that prints a
stack trace to System.err. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||