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

com.infotel.seleniumrobot.grid.exceptions.FileUploadException Maven / Gradle / Ivy

The newest version!
package com.infotel.seleniumrobot.grid.exceptions;

public class FileUploadException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	public FileUploadException(final String message, final Throwable throwable) {
        super(message, throwable);
    }
    public FileUploadException(final String message) {
    	super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy