![JAR search and dependency download from the Maven repository](/logo.png)
org.talend.esb.sam.service.exception.PersistencyException Maven / Gradle / Ivy
package org.talend.esb.sam.service.exception;
public class PersistencyException extends SamServiceException {
/**
*
*/
private static final long serialVersionUID = 7871176774544240702L;
public PersistencyException(String message) {
super(message);
}
public PersistencyException(String message, Throwable e) {
super(message, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy