Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.data.cursor
Class StructureUpdatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.olapi.data.cursor.StructureUpdatedException
All Implemented Interfaces:
java.io.Serializable

public class StructureUpdatedException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

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

StructureUpdatedException

public StructureUpdatedException()
Creates a StructureUpdatedException.


StructureUpdatedException

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

Parameters:
message - The message to associate with the exception.

Copyright © 2002, 2010, Oracle. All rights reserved.