|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-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.NoDataAvailableException
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, you can change the value of one or more of the CursorInput objects and try the query again.
| Constructor Summary | |
NoDataAvailableException()Creates a NoDataAvailableException. | |
NoDataAvailableException(java.lang.String message)Creates a NoDataAvailableException 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 NoDataAvailableException()
NoDataAvailableException.public NoDataAvailableException(java.lang.String message)
NoDataAvailableException with the specified message.
|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||