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

com.appium.exceptions.LocalConnectionException Maven / Gradle / Ivy

There is a newer version: 9.0.1
Show newest version
package com.appium.exceptions;

public class LocalConnectionException extends RuntimeException {
    public LocalConnectionException(String message, Exception e) {
        super(message, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy