for mapping EACCES
This commit is contained in:
parent
c96ab5c880
commit
9ebf365efd
|
@ -0,0 +1,6 @@
|
||||||
|
package net.hyperic.sigar;
|
||||||
|
|
||||||
|
public class SigarPermissionDeniedException extends SigarException {
|
||||||
|
|
||||||
|
public SigarPermissionDeniedException(String s) { super(s); }
|
||||||
|
}
|
Loading…
Reference in New Issue