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

io.brachu.johann.exception.ComposeFileNotFoundException Maven / Gradle / Ivy

package io.brachu.johann.exception;

public class ComposeFileNotFoundException extends JohannException {

    private static final long serialVersionUID = 4159645566092345161L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy