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

com.dooapp.gaedo.finders.repository.NoSuchServiceException Maven / Gradle / Ivy

package com.dooapp.gaedo.finders.repository;

import com.dooapp.gaedo.CrudServiceException;

public class NoSuchServiceException extends CrudServiceException {

	public NoSuchServiceException(String string) {
		super(string);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy