subclass for when nfs server ping fails
This commit is contained in:
		
							parent
							
								
									6523175e55
								
							
						
					
					
						commit
						f4c20803c6
					
				@ -0,0 +1,8 @@
 | 
			
		||||
package net.hyperic.sigar;
 | 
			
		||||
 | 
			
		||||
public class NfsUnreachableException extends SigarException {
 | 
			
		||||
    public NfsUnreachableException () { super(); }
 | 
			
		||||
    
 | 
			
		||||
    public NfsUnreachableException (String s) { super(s); }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user