IntentFileException.java :  » File » sendtosd-android » ru » gelin » android » sendtosd » intent » Android Open Source

Android Open Source » File » sendtosd android 
sendtosd android » ru » gelin » android » sendtosd » intent » IntentFileException.java
package ru.gelin.android.sendtosd.intent;

public class IntentFileException extends IntentException {

    public IntentFileException() {
        super();
    }

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

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

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

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