Back to project page helsinki-testbed2-android.
The source code is released under:
GNU General Public License
If you think the Android project helsinki-testbed2-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package fi.testbed2.android.task.exception; /** * Represents an exception when a task is cancelled usually by the user * by pressing the back button or by the application. When task is cancelled, * a notification should be shown to the user. */ public class TaskCancelledException extends Exception { }