|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.olapi.data.cursor.StructureUpdatedException
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
.
Cursor
, CursorManager
, CursorSpecification
, DataProvider
, DynamicDefinition
, Template
, Serialized FormConstructor 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 |
public StructureUpdatedException()
StructureUpdatedException
.public StructureUpdatedException(java.lang.String message)
StructureUpdatedException
with the specified message.message
- The message to associate with the exception.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |