Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ideimpl.webupdate.task
Class InconsistentStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ideimpl.webupdate.task.TaskFailedException
              extended by oracle.ideimpl.webupdate.task.InconsistentStateException

All Implemented Interfaces:
java.io.Serializable

public class InconsistentStateException
extends TaskFailedException

Exception thrown if a task failed and the rollback of that task failed. This indicates that the rollback may not have completed successfully and that the atomicity of the task was compromized.

See Also:
Serialized Form

Constructor Summary
InconsistentStateException(java.lang.String message)
           
InconsistentStateException(java.lang.String message, 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

InconsistentStateException

public InconsistentStateException(java.lang.String message)

InconsistentStateException

public InconsistentStateException(java.lang.String message,
                                  java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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