package net.iponweb.disthene.reader.exceptions; /** * @author Andrei Ivanov */ public class InvalidParameterValueException extends ParameterParsingException { public InvalidParameterValueException(String message) { super(message); } }