← Back to Stormify Documentation

PoolClosedException

class PoolClosedException(message: String = "Connection pool is closed") : IllegalStateException

Thrown by SuspendConnectionPool.use when the pool has been SuspendConnectionPool.closed.

Constructors

Link copied to clipboard
constructor(message: String = "Connection pool is closed")