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

com.velexio.jlegos.exceptions.RemoteHostExecutionException Maven / Gradle / Ivy

Go to download

Java Legos - A collection of common application functionality for Java projects

There is a newer version: 0.17.6
Show newest version
package com.velexio.jlegos.exceptions;

public class RemoteHostExecutionException extends Exception {
    public RemoteHostExecutionException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy