package fr.openwide.core.wicket.more.link.descriptor.parameter.validator; import fr.openwide.core.wicket.more.link.descriptor.LinkRuntimeException; public class LinkParameterValidationRuntimeException extends LinkRuntimeException { private static final long serialVersionUID = -4166816084702579360L; public LinkParameterValidationRuntimeException(LinkParameterValidationException cause) { super("An error occurred during parameter validation", cause); } }