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

org.tarantool.jdbc.StatementTimeoutException Maven / Gradle / Ivy

package org.tarantool.jdbc;

import java.sql.SQLTimeoutException;

public class StatementTimeoutException extends SQLTimeoutException {

    public StatementTimeoutException(String reason, Throwable cause) {
        super(reason, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy