Class JDBCConnectionPoolInterruptedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JDBCConnectionPoolInterruptedException
    extends java.lang.RuntimeException
    Signals that getting a connection from JDBCConnectionPool has failed due to current thread being interrupted.

    This error should be treated like a normal InterruptedException and has noting to do with database failure!

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JDBCConnectionPoolInterruptedException

        public JDBCConnectionPoolInterruptedException​(java.lang.InterruptedException exc)