1 20 21 package org.jdesktop.jdic.tray.internal.impl; 22 23 29 public class ServiceManagerStub { 30 33 private ServiceManagerStub() {} 34 35 38 public static Object getService(String serviceName) 39 throws IllegalArgumentException , UnsupportedOperationException { 40 throw new IllegalArgumentException ("The requested service " 41 + "is not supported."); 42 } 43 } 44 | Popular Tags |