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);
}
}
package org.kgrid.shelf.service;
public class ImportExportException extends RuntimeException {
public ImportExportException(String s, Exception e) {
super(s,e);
}
}