org.testobject.api.InvalidUserInputServerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testobject-java-api Show documentation
Show all versions of testobject-java-api Show documentation
java wrapper for testobject's java apis
package org.testobject.api;
public class InvalidUserInputServerException extends Exception {
public InvalidUserInputServerException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy