Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.data.source
Class CursorLockException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.olapi.data.source.CursorLockException

public class CursorLockException
extends java.lang.RuntimeException

Indicates that the application cannot modify the state of a Template at the moment because the state is locked, which can mean that the state is being modified in another transaction.

See Also:
Serialized Form

Constructor Summary
CursorLockException()
          Creates a CursorLockException.
CursorLockException(java.lang.String message)
          Creates a CursorLockException with the specified message.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString

 

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

 

Constructor Detail

CursorLockException

public CursorLockException()
Creates a CursorLockException.

CursorLockException

public CursorLockException(java.lang.String message)
Creates a CursorLockException with the specified message.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.