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

fathom.rest.controller.exceptions.RequiredException Maven / Gradle / Ivy

The newest version!
package fathom.rest.controller.exceptions;

public class RequiredException extends ValidationException {
    public RequiredException(String message, Object... parameters) {
        super(format(message, parameters));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy