com.velexio.jlegos.exceptions.RemoteHostExecutionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jLegos Show documentation
Show all versions of jLegos Show documentation
Java Legos - A collection of common application functionality for Java projects
package com.velexio.jlegos.exceptions;
public class RemoteHostExecutionException extends Exception {
public RemoteHostExecutionException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy