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:
java.io.Serializable
,java.lang.Iterable<java.lang.Throwable>
public class XmlaOlap4jInvalidStateException extends OlapException
Internal exception which gets thrown when operations to the cache are performed but it hasn't been initialized.
- Author:
- Luc Boudreau
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.olap4j.OlapException
OlapException.Region
-
-
Constructor Summary
Constructors Constructor Description XmlaOlap4jInvalidStateException()
-
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
-
-