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

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