![JAR search and dependency download from the Maven repository](/logo.png)
org.jresearch.flexess.client.OperationNotFoundException Maven / Gradle / Ivy
/**
*
*/
package org.jresearch.flexess.client;
/**
* @author Kot
*
*/
public class OperationNotFoundException extends ObjectNotFoundException {
private static final long serialVersionUID = 14567349021401844L;
public OperationNotFoundException() {
super();
}
public OperationNotFoundException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
public OperationNotFoundException(String arg0, String operatioName) {
super(arg0, operatioName);
}
public OperationNotFoundException(Throwable arg0) {
super(arg0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy