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

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

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

import jakarta.ws.rs.NotFoundException;

class ProjectFormNotFoundException extends NotFoundException

{
	ProjectFormNotFoundException(String msg)
	{
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy