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

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

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

public class IllegalParameterException extends SamServiceException {

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

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy