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

io.ryos.rhino.sdk.exceptions.ScenarioNotFoundException Maven / Gradle / Ivy

package io.ryos.rhino.sdk.exceptions;

public class ScenarioNotFoundException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy