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

B10994-01

oracle.olapi.data.cursor
Class StructureUpdatedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.olapi.data.cursor.StructureUpdatedException

public class StructureUpdatedException
extends java.lang.RuntimeException

Indicates that the structure of the Source for a CursorManager has changed. The application needs to create a new CursorManagerSpecification for the Source, update or create a new CursorManager, and create new Cursor objects.

The Source for a CursorManager is the Source that was passed to a call to the createCursorManagerSpecification method on a DataProvider, the result of which was passed to the createCursorManager method on the DataProvider that created the CursorManager. The Source returned by the getSource method on a DynamicDefinition is the only Source that can change. A DynamicDefinition is created by a Template.

See Also:
Cursor, CursorManager, CursorSpecification, DataProvider, DynamicDefinition, Template, Serialized Form

Constructor Summary
StructureUpdatedException()
          Creates a StructureUpdatedException.
StructureUpdatedException(java.lang.String message)
          Creates a StructureUpdatedException 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

StructureUpdatedException

public StructureUpdatedException()
Creates a StructureUpdatedException.

StructureUpdatedException

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

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

B10994-01

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