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

io.koalaql.jdbc.JdbcException.kt Maven / Gradle / Ivy

package io.koalaql.jdbc

import io.koalaql.sql.SqlText

class JdbcException(
    sql: SqlText,
    cause: Throwable
): Exception("$sql", cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy