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

com.github.quintans.jdbc.exceptions.PersistenceIntegrityConstraintException Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
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