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

com.epam.healenium.exception.HealeniumException Maven / Gradle / Ivy

The newest version!
package com.epam.healenium.exception;

public class HealeniumException extends RuntimeException {

    public HealeniumException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy