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

org.openqa.grid.common.exception.RemoteNotReachableException Maven / Gradle / Ivy

There is a newer version: 4.0.0-alpha-2
Show newest version
package org.openqa.grid.common.exception;

public class RemoteNotReachableException extends RemoteException {


  private static final long serialVersionUID = 3540250584036529453L;

  public RemoteNotReachableException(String msg) {
    super(msg);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy