← Back to Stormify Documentation
stormify
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stormify
stormify
/
onl.ycode.stormify.coroutines
/
PoolClosedException
Pool
Closed
Exception
class
PoolClosedException
(
message
:
String
=
"Connection pool is closed"
)
:
IllegalStateException
Thrown by
SuspendConnectionPool.use
when the pool has been
SuspendConnectionPool.close
d.
Members
Constructors
Pool
Closed
Exception
Link copied to clipboard
constructor
(
message
:
String
=
"Connection pool is closed"
)