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

com.taxonic.carml.engine.reactivedev.join.MapDbStoreException Maven / Gradle / Ivy

package com.taxonic.carml.engine.reactivedev.join;

public class MapDbStoreException extends RuntimeException {

  private static final long serialVersionUID = -1079620917655211391L;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy