
com.mchange.v2.resourcepool.TimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of c3p0 Show documentation
Show all versions of c3p0 Show documentation
A mature JDBC3+ Connection pooling library
package com.mchange.v2.resourcepool;
public class TimeoutException extends ResourcePoolException
{
public TimeoutException(String msg, Throwable t)
{super(msg, t);}
public TimeoutException(Throwable t)
{super(t);}
public TimeoutException(String msg)
{super(msg);}
public TimeoutException()
{super();}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy