All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jasync.sql.db.pool.PoolAlreadyTerminatedException.kt Maven / Gradle / Ivy

package com.github.jasync.sql.db.pool

/**
 *
 * Thrown when the pool has already been closed.
 *
 */
@Suppress("RedundantVisibilityModifier")
public class PoolAlreadyTerminatedException : IllegalStateException("This pool has already been terminated")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy