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

org.kgrid.shelf.service.ImportExportException Maven / Gradle / Ivy

package org.kgrid.shelf.service;

public class ImportExportException extends RuntimeException {

  public ImportExportException(String s, Exception e) {
    super(s,e);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy