
net.gdface.annotation.AnnotationRuntimeException Maven / Gradle / Ivy
package net.gdface.annotation;
public class AnnotationRuntimeException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1178840853842153614L;
public AnnotationRuntimeException() {
}
public AnnotationRuntimeException(String message) {
super(message);
}
public AnnotationRuntimeException(Throwable cause) {
super(cause);
}
public AnnotationRuntimeException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy