Searched defs:UnknownServiceException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DUnknownServiceException.java39 public class UnknownServiceException extends IOException { class in inherits:IOException
43 * Constructs a new <code>UnknownServiceException</code> with no
46 public UnknownServiceException() { method in class:UnknownServiceException
50 * Constructs a new <code>UnknownServiceException</code> with the
55 public UnknownServiceException(String msg) { method in class:UnknownServiceException

Completed in 37 milliseconds