XMLRPCException.java :  » UnTagged » freeboxmobile » org » xmlrpc » android » Android Open Source

Android Open Source » UnTagged » freeboxmobile 
freeboxmobile » org » xmlrpc » android » XMLRPCException.java
package org.xmlrpc.android;

public class XMLRPCException extends Exception {

  /**
   * 
   */
  private static final long serialVersionUID = 7499675036625522379L;

  public XMLRPCException(Exception e) {
    super(e);
  }

  public XMLRPCException(String string) {
    super(string);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.