Package de.hybris.platform.jdbcwrapper
Class JDBCConnectionPoolInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.jdbcwrapper.JDBCConnectionPoolInterruptedException
-
- All Implemented Interfaces:
java.io.Serializable
public class JDBCConnectionPoolInterruptedException extends java.lang.RuntimeExceptionSignals that getting a connection fromJDBCConnectionPoolhas failed due to current thread being interrupted.This error should be treated like a normal
InterruptedExceptionand has noting to do with database failure!- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDBCConnectionPoolInterruptedException(java.lang.InterruptedException exc)
-