oracle.olapi.data.cursor
Class NoDataAvailableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.olapi.data.cursor.NoDataAvailableException
- public class NoDataAvailableException
- extends java.lang.RuntimeException
Indicates that the query resulted in no data for the values specified by the Cursor
. If the Cursor
was created using an array of CursorInput
objects, then you can change the value of one or more of the CursorInput
objects and try the query again.
- See Also:
- Serialized Form
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 |
NoDataAvailableException
public NoDataAvailableException()
- Creates a
NoDataAvailableException
.
NoDataAvailableException
public NoDataAvailableException(java.lang.String message)
- Creates a
NoDataAvailableException
with the specified message.
-
- Parameters:
message
- The message to associate with the exception.
Copyright © 2002, 2005, Oracle. All rights reserved.