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