io.sterodium.extensions.hub.proxy.client.UnsupportedHttpMethodException Maven / Gradle / Ivy
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