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

com.github.mauricio.async.db.exceptions.ConnectionTimeoutedException.scala Maven / Gradle / Ivy

package com.github.mauricio.async.db.exceptions

import com.github.mauricio.async.db.Connection

class ConnectionTimeoutedException( val connection : Connection )
  extends DatabaseException( "The connection %s has a timeouted query and is being closed".format(connection) )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy