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

com.oath.micro.server.manifest.ManifestComparatorKeyNotFoundException Maven / Gradle / Ivy

package com.oath.micro.server.manifest;

public class ManifestComparatorKeyNotFoundException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public ManifestComparatorKeyNotFoundException(String message) {
		super(
				message);

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy