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

/dalvik/libcore/luni/src/main/java/java/net/
H A DUnknownServiceException.java28 public class UnknownServiceException extends IOException { class in inherits:IOException
33 * Constructs a new {@code UnknownServiceException} instance with its
36 public UnknownServiceException() { method in class:UnknownServiceException
41 * Constructs a new {@code UnknownServiceException} instance with its
47 public UnknownServiceException(String detailMessage) { method in class:UnknownServiceException

Completed in 64 milliseconds