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

pl.allegro.tech.hermes.management.infrastructure.query.matcher.MatcherException Maven / Gradle / Ivy

package pl.allegro.tech.hermes.management.infrastructure.query.matcher;

public class MatcherException extends RuntimeException {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy