io.ryos.rhino.sdk.exceptions.SpecificationNotFoundException Maven / Gradle / Ivy
package io.ryos.rhino.sdk.exceptions;
public class SpecificationNotFoundException extends RuntimeException {
public SpecificationNotFoundException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy