extend SigarException
This commit is contained in:
parent
894f7e52ad
commit
cca0fde837
|
@ -18,7 +18,9 @@
|
|||
|
||||
package org.hyperic.sigar.vmware;
|
||||
|
||||
public class VMwareException extends Exception {
|
||||
import org.hyperic.sigar.SigarException;
|
||||
|
||||
public class VMwareException extends SigarException {
|
||||
public VMwareException() {
|
||||
super();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue