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

public static class MiniConnectionPoolManager.TimeoutException extends RuntimeException
Thrown in MiniConnectionPoolManager.getConnection() or MiniConnectionPoolManager.getValidConnection() when no free connection becomes available within timeout seconds.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
    • TimeoutException

      public TimeoutException(String msg, Exception cause)