March 2005
Beginner to intermediate
1254 pages
104h 21m
English
UnknownServiceException
Signals an attempt to use an unsupported service of a network connection.
Figure 12-24. java.net.UnknownServiceException
public class UnknownServiceException extends java.io.IOException { // Public Constructors public UnknownServiceException( ); public UnknownServiceException(String msg); }
Read now
Unlock full access