package io.virtualapp.abs.reflect; /** * @author Lody */ public class ReflectException extends RuntimeException { private static final long serialVersionUID = 663038727503637969L; public ReflectException(Throwable cause) { super(cause); } }