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

step.grid.proxy.services.GridProxyException Maven / Gradle / Ivy

The newest version!
package step.grid.proxy.services;

public class GridProxyException extends Exception {
    public GridProxyException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy