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

E13403-05

oracle.ide.index
Class LockFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.index.LockFailedException
All Implemented Interfaces:
java.io.Serializable

public class LockFailedException
extends java.lang.Exception

Indicates that an index lock failed.

See Also:
Index.lock(), Serialized Form

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

LockFailedException

public LockFailedException()

LockFailedException

public LockFailedException(java.lang.String message)

LockFailedException

public LockFailedException(java.lang.Throwable cause)

LockFailedException

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

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

E13403-05

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