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

com.nordstrom.automation.selenium.exceptions.ContainerVacatedException Maven / Gradle / Ivy

Go to download

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).

There is a newer version: 28.3.1-s4
Show newest version
package com.nordstrom.automation.selenium.exceptions;

/**
 * This exception is thrown when a client calls a method of a container object that's no longer valid.
 */
public class ContainerVacatedException extends RuntimeException {
    
    private static final long serialVersionUID = -7653982501901130765L;
    
    public ContainerVacatedException(VacationStackTrace stackTrace) {
        super(stackTrace);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy