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

org.talend.esb.sam.service.exception.PersistencyException Maven / Gradle / Ivy

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