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

com.github.davidmoten.rx.jdbc.exceptions.TransactionAlreadyOpenException Maven / Gradle / Ivy

There is a newer version: 0.7.19
Show newest version
package com.github.davidmoten.rx.jdbc.exceptions;

public class TransactionAlreadyOpenException extends RuntimeException {

    private static final long serialVersionUID = -6236375317371028941L;

    public TransactionAlreadyOpenException() {
        super();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy