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

com.dell.isg.smi.wsmanclient.WSManException Maven / Gradle / Ivy

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