|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.olapi.data.cursor.StructureUpdatedException
public class StructureUpdatedException
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.
| 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 |
|---|
public StructureUpdatedException()
StructureUpdatedException.
public StructureUpdatedException(java.lang.String message)
StructureUpdatedException with the
specified message.
message - The message to associate with the exception.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||