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

E13403-08

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 AtomicTask.commit(TaskContext tc)
          Commit this task.
 void InstallExtensionTask.commit(TaskContext tc)
           
 void ScheduleHookTask.commit(TaskContext tc)
           
 void DeleteFile.commit(TaskContext tc)
          Commit this task.
 void TaskList.executeAll(TaskContext tc, AbstractProgressMonitor mon)
          Execute all tasks in the list.
 void DeinstallExtensionTask.perform(TaskContext tc)
           
abstract  void AtomicTask.perform(TaskContext tc)
          Perform this task.
 void InstallExtensionTask.perform(TaskContext tc)
           
 void ReadPropertiesFile.perform(TaskContext tc)
           
 void WritePropertiesFile.perform(TaskContext tc)
           
 void ScheduleHookTask.perform(TaskContext tc)
           
 void DeleteFile.perform(TaskContext tc)
          Perform this task.
 void CreateFile.perform(TaskContext tc)
           
 void DeinstallExtensionTask.rollback(TaskContext tc)
           
abstract  void AtomicTask.rollback(TaskContext tc)
          Roll this task back.
 void InstallExtensionTask.rollback(TaskContext tc)
           
 void ReadPropertiesFile.rollback(TaskContext tc)
           
 void WritePropertiesFile.rollback(TaskContext tc)
           
 void ScheduleHookTask.rollback(TaskContext tc)
           
 void DeleteFile.rollback(TaskContext tc)
          Roll this task back.
 void CreateFile.rollback(TaskContext tc)
           
 


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

E13403-08

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