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:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JDBCConnectionPoolInterruptedException
-