
org.hotrod.exceptions.CouldNotResolveNameException Maven / Gradle / Ivy
package org.hotrod.exceptions;
public class CouldNotResolveNameException extends Exception {
private static final long serialVersionUID = 1L;
public CouldNotResolveNameException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy