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

io.higgs.http.server.params.IllegalValidatorException Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
package io.higgs.http.server.params;

/**
 * @author Courtney Robinson 
 */
public class IllegalValidatorException extends RuntimeException {
    public IllegalValidatorException(String s, Throwable e) {
        super(s, e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy