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