remove unused class RuntimeExcecutionException
This commit is contained in:
@@ -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);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user