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

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

There is a newer version: 6.5.1
Show newest version
package org.talend.esb.sam.service.exception;

public class ResourceNotFoundException extends SamServiceException {

    /**
     *
     */
    private static final long serialVersionUID = -5067314390133284214L;

    public ResourceNotFoundException(String message) {
        super(message);
    }

    public ResourceNotFoundException(String message, Throwable e) {
        super(message, e);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy