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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TimeoutExceptionpublic TimeoutException()
- 
TimeoutException
 
-