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

com.composum.sling.core.exception.ParameterValidationException Maven / Gradle / Ivy

There is a newer version: 4.3.4
Show newest version
package com.composum.sling.core.exception;

/**
 * the exception to handle bad parameter values thrown by servlet operations
 */
public class ParameterValidationException extends Exception {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy