com.github.davidmoten.rx.jdbc.exceptions.TransactionAlreadyOpenException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxjava-jdbc Show documentation
Show all versions of rxjava-jdbc Show documentation
rx-java Observables for jdbc
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