
com.github.jasync.sql.db.exceptions.ConnectionTimeoutedException.kt Maven / Gradle / Ivy
package com.github.jasync.sql.db.exceptions
import com.github.jasync.sql.db.Connection
@Suppress("RedundantVisibilityModifier")
public class ConnectionTimeoutedException(val connection: Connection) :
DatabaseException("The connection %s has a timeouted query and is being closed".format(connection))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy