AsyncTaskInterruptedException Class

com.bea.ide.core.asynctask
AsyncTaskInterruptedException Class

public class AsyncTaskInterruptedException

    extends RuntimeException

Indicates that a task was interrupted in a way that is legal for its execution. This is the only type of exception that should ever be thrown from an IAsyncTask.

Related Topics

DefaultAsyncTask


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        AsyncTaskInterruptedException
All Implemented Interfaces

Serializable

Constructor Summary

AsyncTaskInterruptedException(String msg)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

AsyncTaskInterruptedException

public AsyncTaskInterruptedException(String msg)