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

info.novatec.testit.webtester.waiting.InterruptionException Maven / Gradle / Ivy

package info.novatec.testit.webtester.waiting;

import info.novatec.testit.webtester.WebTesterException;


/**
 * This {@link WebTesterException} is thrown in case a wait operation is interrupted.
 *
 * @see Wait
 * @see WaitUntil
 * @since 2.0
 */
public class InterruptionException extends WebTesterException {

    public InterruptionException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy