|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-02 |
||||||||
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 | +--java.lang.IllegalStateException | +--oracle.express.ObjectClosedException
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
.
Constructor Summary | |
ObjectClosedException() Creates an ObjectClosedException . |
|
ObjectClosedException(java.lang.String message) Creates an ObjectClosedException 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 ObjectClosedException()
ObjectClosedException
.public ObjectClosedException(java.lang.String message)
ObjectClosedException
with the specified message.message
- The message to associate with the exception.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |