Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-01
Beta Draft

oracle.express
Class ObjectClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by oracle.olapi.OLAPIIllegalStateException
                      extended by oracle.express.ObjectClosedException
All Implemented Interfaces:
java.io.Serializable, HasLocalizedMessage

public class ObjectClosedException
extends OLAPIIllegalStateException

Indicates that you have called an OLAP API method that requires retrieval of information from Oracle OLAP, and that communication is not possible because the resources required for the communication have been freed. For example, an OLAP API method throws this exception if you try to get an object from a MetadataProvider but you previously had closed the associated DataProvider.

See Also:
Serialized Form

Constructor Summary
ObjectClosedException()
          Creates an ObjectClosedException.
ObjectClosedException(java.lang.String message)
          Creates an ObjectClosedException with the specified message.
 
Method Summary
 
Methods inherited from class oracle.olapi.OLAPIIllegalStateException
getLocalizedMessage, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectClosedException

public ObjectClosedException()
Creates an ObjectClosedException.


ObjectClosedException

public ObjectClosedException(java.lang.String message)
Creates an ObjectClosedException with the specified message.

Parameters:
message - The message to associate with the exception.

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