Home
last modified time | relevance | path

Searched refs:pmHostNotPingableException (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DpmHostNotPingableException.java34 public class pmHostNotPingableException extends pmException class
36 public pmHostNotPingableException() in pmHostNotPingableException() method in pmHostNotPingableException
41 public pmHostNotPingableException(String s) in pmHostNotPingableException() method in pmHostNotPingableException
H A DMakefile57 pmHostNotPingableException.class \
H A DHost.java114 throw new pmHostNotPingableException(err); in pingHost()