eu.clarussecure.arm.CommandExecutionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CLARUS-ARM Show documentation
Show all versions of CLARUS-ARM Show documentation
Administration tool to handle access rights within the CLARUS proxy
The newest version!
package eu.clarussecure.arm;
public class CommandExecutionException extends Exception {
public CommandExecutionException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy