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

berlin.yuna.model.IoCsvException Maven / Gradle / Ivy

package berlin.yuna.model;

public class IoCsvException extends RuntimeException {

    public IoCsvException(final String message, final Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy