com.dell.isg.smi.wsmanclient.WSManException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wsmanclient Show documentation
Show all versions of wsmanclient Show documentation
A generic WSMan client jar library.
The newest version!
/**
* Copyright ? 2017 DELL Inc. or its subsidiaries. All Rights Reserved.
*/
package com.dell.isg.smi.wsmanclient;
public class WSManException extends Exception {
private static final long serialVersionUID = 432039798151179100L;
public WSManException() {
super();
}
public WSManException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy