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

com.jupiter.tools.mvc.requester.MvcRequestException Maven / Gradle / Ivy

The newest version!
package com.jupiter.tools.mvc.requester;

/**
 * Created on 12.02.2019.
 *
 * @author Korovin Anatoliy
 */
public class MvcRequestException extends RuntimeException {

    public MvcRequestException(Exception e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy