
com.inexas.exception.UnsupportedException Maven / Gradle / Ivy
package com.inexas.exception;
public class UnsupportedException extends InexasRuntimeException {
private static final long serialVersionUID = -1233687881878895274L;
public UnsupportedException() {
super("Unsupported operation");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy