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

com.untzuntz.ustackserverapi.exceptions.UnknownObjectException Maven / Gradle / Ivy

There is a newer version: 2.1.115
Show newest version
package com.untzuntz.ustackserverapi.exceptions;

import com.untzuntz.ustackserverapi.APIException;

public class UnknownObjectException extends APIException {

	private static final long serialVersionUID = 1L;

	public UnknownObjectException(String m) {
		super(m);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy