Class MiniConnectionPoolManager.TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager.TimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MiniConnectionPoolManager
Thrown in
MiniConnectionPoolManager.getConnection()
or MiniConnectionPoolManager.getValidConnection()
when no free connection becomes available within timeout
seconds.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException() -
TimeoutException
-