Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

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, you can change the value of one or more of the CursorInput objects and try the query again.

See Also:
Serialized Form

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

NoDataAvailableException

public NoDataAvailableException()
Creates a NoDataAvailableException.

NoDataAvailableException

public NoDataAvailableException(java.lang.String message)
Creates a NoDataAvailableException with the specified message.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.