
io.sterodium.extensions.hub.proxy.client.UnsupportedHttpMethodException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of extension-proxy Show documentation
Show all versions of extension-proxy Show documentation
Hub Extension Proxy forwards requests to extensions installed on Selenium nodes.
The newest version!
package io.sterodium.extensions.hub.proxy.client;
/**
* @author Alexey Nikolaenko [email protected]
* Date: 22/09/2015
*/
public class UnsupportedHttpMethodException extends RuntimeException {
public UnsupportedHttpMethodException(String method) {
super(String.format("Method %s is not supported", method));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy