All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arch.util.ReflectionException Maven / Gradle / Ivy

There is a newer version: 18.12.0
Show newest version
package com.arch.util;

/**
 * Created by wagner.araujo on 2/22/17.
 */
public class ReflectionException extends RuntimeException {

    public ReflectionException() {
        super();
    }

    public ReflectionException(Exception rne) {
        super(rne);
    }

    public ReflectionException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy