package com.seewo.libsvendors.utils.reflect;

/* JADX INFO: loaded from: classes.dex */
public class ReflectException extends RuntimeException {
    public ReflectException(String str) {
        super(str);
    }

    public ReflectException(String str, Throwable th) {
        super(str, th);
    }

    public ReflectException() {
    }

    public ReflectException(Throwable th) {
        super(th);
    }
}
