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

io.carml.engine.sourceresolver.SourceResolverException Maven / Gradle / Ivy

There is a newer version: 0.4.11
Show newest version
package io.carml.engine.sourceresolver;

public class SourceResolverException extends RuntimeException {

  private static final long serialVersionUID = -5720641872220161835L;

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

  public SourceResolverException(String message, Throwable throwable) {
    super(message, throwable);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy