Signals an attempt to use an unsupported service of a network connection.
public class UnknownServiceException extends IOException {
// Public Constructors
public UnknownServiceException();
public UnknownServiceException(String msg);
}
Object->Throwable(Serializable)->Exception->IOException->UnknownServiceException