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

io.imunity.upman.rest.ProjectFormValidationException Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package io.imunity.upman.rest;

import pl.edu.icm.unity.engine.api.exceptions.RuntimeEngineException;

class ProjectFormValidationException extends RuntimeEngineException
{
	ProjectFormValidationException(String message)
	{
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy