Package org.olap4j.driver.xmla.cache
Class XmlaOlap4jInvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.olap4j.OlapException
org.olap4j.driver.xmla.cache.XmlaOlap4jInvalidStateException
- All Implemented Interfaces:
Serializable
,Iterable<Throwable>
Internal exception which gets thrown when operations to the cache are performed but it hasn't been initialized.
- Author:
- Luc Boudreau
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.olap4j.OlapException
OlapException.Region
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.olap4j.OlapException
getContext, getRegion, setContext, setRegion
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
XmlaOlap4jInvalidStateException
public XmlaOlap4jInvalidStateException()
-