for mapping EACCES

This commit is contained in:
Doug MacEachern 2004-08-18 15:46:05 +00:00
parent c96ab5c880
commit 9ebf365efd
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package net.hyperic.sigar;
public class SigarPermissionDeniedException extends SigarException {
public SigarPermissionDeniedException(String s) { super(s); }
}