Class JDBCConnectionPoolInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jdbcwrapper.JDBCConnectionPoolInterruptedException
All Implemented Interfaces:
Serializable

public class JDBCConnectionPoolInterruptedException extends 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:
  • Constructor Details

    • JDBCConnectionPoolInterruptedException

      public JDBCConnectionPoolInterruptedException(InterruptedException exc)