Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-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, then 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.
Parameters:
message - The message to associate with the exception.

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

Copyright © 2002, 2005, Oracle. All rights reserved.