public class StructureUpdatedException
extends java.lang.RuntimeException
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 and Description |
|---|
StructureUpdatedException()
Creates a
StructureUpdatedException. |
StructureUpdatedException(java.lang.String message)
Creates a
StructureUpdatedException with the specified message. |
public StructureUpdatedException()
StructureUpdatedException.public StructureUpdatedException(java.lang.String message)
StructureUpdatedException with the specified message.message - The message to associate with the exception.