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

org.jboss.windup.graph.dao.exception.NonUniqueResultException Maven / Gradle / Ivy

The newest version!
package org.jboss.windup.graph.dao.exception;

public class NonUniqueResultException extends RuntimeException {
	
	public NonUniqueResultException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy