public class NoDataAvailableException
extends java.lang.RuntimeException
Cursor
.Constructor and Description |
---|
NoDataAvailableException()
Creates a
NoDataAvailableException . |
NoDataAvailableException(java.lang.String message)
Creates a
NoDataAvailableException with the specified message. |
public NoDataAvailableException()
NoDataAvailableException
.public NoDataAvailableException(java.lang.String message)
NoDataAvailableException
with the specified message.message
- The message to associate with the exception.