All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jresearch.flexess.client.PObjectNotFoundException Maven / Gradle / Ivy

/**
 *   Copyright 2007 Jresearch Software s.r.o. 
 *   All rights reserved. JRESEARCH PROPRIETARY/CONFIDENTIAL. 
 *   Use is subject to license terms.
 *   
 */
package org.jresearch.flexess.client;

/**
 * @author Kot
 * 
 */
public class PObjectNotFoundException extends ObjectNotFoundException {

	private static final long serialVersionUID = 1453490214018442619L;

	public PObjectNotFoundException() {
		super();
	}

	public PObjectNotFoundException(String arg0, Throwable arg1) {
		super(arg0, arg1);
	}

	public PObjectNotFoundException(String arg0, String operatioName) {
		super(arg0, operatioName);
	}

	public PObjectNotFoundException(Throwable arg0) {
		super(arg0);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy