
com.github.jasync.sql.db.pool.PoolExhaustedException.kt Maven / Gradle / Ivy
package com.github.jasync.sql.db.pool
/**
*
* Raised when a pool has reached it's limit of available objects.
*
* @param message
*/
@Suppress("RedundantVisibilityModifier")
public class PoolExhaustedException(message: String) : IllegalStateException(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy