MySeptaException.java :  » Schedule » tusepta » edu » temple » cis » mysepta » data » Android Open Source

Android Open Source » Schedule » tusepta 
tusepta » edu » temple » cis » mysepta » data » MySeptaException.java
package edu.temple.cis.mysepta.data;

public class MySeptaException extends Exception {

  public MySeptaException(){ super();}
  
  public MySeptaException(String msg){ super(msg);}
}
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.