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

E13403-03

Uses of Class
oracle.ideimpl.webupdate.task.TaskFailedException

Packages that use TaskFailedException
oracle.ideimpl.webupdate.task   
 

Uses of TaskFailedException in oracle.ideimpl.webupdate.task
 

Subclasses of TaskFailedException in oracle.ideimpl.webupdate.task
 class InconsistentStateException
          Exception thrown if a task failed and the rollback of that task failed.
 

Methods in oracle.ideimpl.webupdate.task that throw TaskFailedException
 void DeleteFile.commit(TaskContext tc)
          Commit this task.
 void AtomicTask.commit(TaskContext tc)
          Commit this task.
 void InstallExtensionTask.commit(TaskContext tc)
           
 void ScheduleHookTask.commit(TaskContext tc)
           
 void TaskList.executeAll(TaskContext tc, AbstractProgressMonitor mon)
          Execute all tasks in the list.
 void DeleteFile.perform(TaskContext tc)
          Perform this task.
 void CreateFile.perform(TaskContext tc)
           
 void DeinstallExtensionTask.perform(TaskContext tc)
           
 void ReadPropertiesFile.perform(TaskContext tc)
           
abstract  void AtomicTask.perform(TaskContext tc)
          Perform this task.
 void InstallExtensionTask.perform(TaskContext tc)
           
 void WritePropertiesFile.perform(TaskContext tc)
           
 void ScheduleHookTask.perform(TaskContext tc)
           
 void DeleteFile.rollback(TaskContext tc)
          Roll this task back.
 void CreateFile.rollback(TaskContext tc)
           
 void DeinstallExtensionTask.rollback(TaskContext tc)
           
 void ReadPropertiesFile.rollback(TaskContext tc)
           
abstract  void AtomicTask.rollback(TaskContext tc)
          Roll this task back.
 void InstallExtensionTask.rollback(TaskContext tc)
           
 void WritePropertiesFile.rollback(TaskContext tc)
           
 void ScheduleHookTask.rollback(TaskContext tc)
           
 


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

E13403-03

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