Package ua.pico.blogging

Examples of ua.pico.blogging.ServiceNotImplementedException


public class TumblrService implements TlogService {

  public TumblrService() {}

  public TumblrService(final URL root) throws ServiceNotImplementedException {
    throw new ServiceNotImplementedException();
  }
View Full Code Here

TOP

Related Classes of ua.pico.blogging.ServiceNotImplementedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.