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

org.testobject.api.InvalidUserInputServerException Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package org.testobject.api;

public class InvalidUserInputServerException extends Exception {
	public InvalidUserInputServerException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy