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

B10994-01

oracle.olapi.data.source
Class CursorManagerSpecificationExpiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.olapi.data.source.CursorManagerSpecificationExpiredException

public class CursorManagerSpecificationExpiredException
extends java.lang.RuntimeException

Indicates the Source for the CursorManagerSpecification has changed. An application that receives this exception should create a new CursorManagerSpecification for the Source use it to update the CursorManager for the Source or to create a new CursorManager. The Source produced by a Template is the only OLAP API Source that can change.

See Also:
CursorManager, CursorManagerSpecification, SpecifiedCursorManager, Serialized Form

Constructor Summary
CursorManagerSpecificationExpiredException()
          Creates a CursorManagerSpecificationExpiredException.
CursorManagerSpecificationExpiredException(java.lang.String message)
          Creates a CursorManagerSpecificationExpiredException 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

CursorManagerSpecificationExpiredException

public CursorManagerSpecificationExpiredException()
Creates a CursorManagerSpecificationExpiredException.

CursorManagerSpecificationExpiredException

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

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

B10994-01

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