remove unused class RuntimeExcecutionException

This commit is contained in:
2020-09-27 07:53:52 +02:00
parent f1980b1963
commit 273c019df1

View File

@@ -1,13 +0,0 @@
package org.lucares.utils.cache;
import java.util.concurrent.ExecutionException;
public class RuntimeExcecutionException extends RuntimeException {
private static final long serialVersionUID = -3626851728980513527L;
public RuntimeExcecutionException(final ExecutionException e) {
super(e);
}
}