ApplicationNotFoundException.java :  » Game » exitroute » com » agsa » client » error » Android Open Source

Android Open Source » Game » exitroute 
exitroute » com » agsa » client » error » ApplicationNotFoundException.java
package com.agsa.client.error;

public class ApplicationNotFoundException extends AGSAException {

  private static final long serialVersionUID = 4103309069830153110L;

  public ApplicationNotFoundException() {
    super();
  }

  public ApplicationNotFoundException(String message) {
    super(message);
  }

}
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.