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

com.c4_soft.springaddons.test.support.web.ConversionFailedException Maven / Gradle / Ivy

There is a newer version: 8.0.0
Show newest version
package com.c4_soft.springaddons.test.support.web;

public class ConversionFailedException extends RuntimeException {
	private static final long serialVersionUID = 8295304756267987916L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy