com.github.quintans.jdbc.exceptions.PersistenceIntegrityConstraintException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simplejdbc Show documentation
Show all versions of simplejdbc Show documentation
Utility class for an eazy JDBC
package com.github.quintans.jdbc.exceptions;
public class PersistenceIntegrityConstraintException extends PersistenceException {
private static final long serialVersionUID = 1L;
public PersistenceIntegrityConstraintException(String msg, Throwable t) {
super(msg, t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy