extend SigarException
This commit is contained in:
parent
25398b10bf
commit
b342c2aca2
|
@ -1,6 +1,8 @@
|
||||||
package net.hyperic.sigar.win32;
|
package net.hyperic.sigar.win32;
|
||||||
|
|
||||||
public class Win32Exception extends Exception {
|
import net.hyperic.sigar.SigarException;
|
||||||
|
|
||||||
|
public class Win32Exception extends SigarException {
|
||||||
|
|
||||||
private int errorCode;
|
private int errorCode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue