extend SigarException

This commit is contained in:
Doug MacEachern 2005-06-27 01:17:23 +00:00
parent 25398b10bf
commit b342c2aca2
1 changed files with 3 additions and 1 deletions

View File

@ -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;