
com.xqbase.util.winrm.WinRmException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xqbase-util-winrm Show documentation
Show all versions of xqbase-util-winrm Show documentation
Reusable Java components for www.xqbase.com, WinRM Part
The newest version!
package com.xqbase.util.winrm;
public class WinRmException extends Exception {
private static final long serialVersionUID = 1L;
public WinRmException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy