Android Open Source - SMSSentTime S D Not Mounted Exception






From Project

Back to project page SMSSentTime.

License

The source code is released under:

GNU General Public License

If you think the Android project SMSSentTime listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package at.zweng.smssenttimefix;
//from  w w  w .  j a va2 s . c  om
/**
 * @author 'Johannes Zweng, <johnny@zweng.at>'
 *
 */
public class SDNotMountedException extends Exception {

  /**
   * serial version uid
   */
  private static final long serialVersionUID = 8918041460330499214L;

  public SDNotMountedException() {
    super();
  }

  public SDNotMountedException(String detailMessage, Throwable throwable) {
    super(detailMessage, throwable);
  }

  public SDNotMountedException(String detailMessage) {
    super(detailMessage);
  }

  public SDNotMountedException(Throwable throwable) {
    super(throwable);
  }

}




Java Source Code List

at.zweng.smssenttimefix.Constants.java
at.zweng.smssenttimefix.DebugSettingsActivity.java
at.zweng.smssenttimefix.SDCardLogger.java
at.zweng.smssenttimefix.SDNotMountedException.java
at.zweng.smssenttimefix.SmsFixException.java
at.zweng.smssenttimefix.SmsNotFoundException.java
at.zweng.smssenttimefix.SmsReceiver.java
at.zweng.smssenttimefix.SmsSentTimeFixActivity.java
at.zweng.smssenttimefix.SmsTimeFixPrefs.java
at.zweng.smssenttimefix.SmsTimeFixService.java
at.zweng.smssenttimefix.Util.java