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);
}
}