![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.store.jdbc.exception.DupEntryException Maven / Gradle / Ivy
package com.github.ltsopensource.store.jdbc.exception;
/**
* @author Robert HG ([email protected]) on 3/26/15.
*/
public class DupEntryException extends JdbcException {
public DupEntryException() {
super();
}
public DupEntryException(String message) {
super(message);
}
public DupEntryException(String message, Throwable cause) {
super(message, cause);
}
public DupEntryException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy