
org.jsoftware.utils.NotImplementedException Maven / Gradle / Ivy
package org.jsoftware.utils;
/**
* Operation is not yet implemented.
* @author szalik
*/
public class NotImplementedException extends RuntimeException {
private static final long serialVersionUID = 2281311197226328461L;
public NotImplementedException() {
super();
}
public NotImplementedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy