Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.javatools.parser.util
Class AsyncTask.CancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.javatools.parser.util.AsyncTask.CancelledException

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AsyncTask

public static class AsyncTask.CancelledException
extends java.lang.Exception

The CancelledException is used to bail out of a running task.

See Also:
Serialized Form

Constructor Summary
AsyncTask.CancelledException()
           
AsyncTask.CancelledException(java.lang.String message)
           
AsyncTask.CancelledException(java.lang.String message, java.lang.Throwable cause)
           
AsyncTask.CancelledException(java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AsyncTask.CancelledException

public AsyncTask.CancelledException()

AsyncTask.CancelledException

public AsyncTask.CancelledException(java.lang.String message)

AsyncTask.CancelledException

public AsyncTask.CancelledException(java.lang.String message,
                                    java.lang.Throwable cause)

AsyncTask.CancelledException

public AsyncTask.CancelledException(java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.