org.olap4j.driver.xmla.cache
Class XmlaOlap4jInvalidStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.olap4j.OlapException
                  extended by org.olap4j.driver.xmla.cache.XmlaOlap4jInvalidStateException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class XmlaOlap4jInvalidStateException
extends OlapException

Internal exception which gets thrown when operations to the cache are performed but it hasn't been initialized.

Version:
$Id: XmlaOlap4jInvalidStateException.java 482 2012-01-05 23:27:27Z jhyde $
Author:
Luc Boudreau
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.olap4j.OlapException
OlapException.Region
 
Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlaOlap4jInvalidStateException

public XmlaOlap4jInvalidStateException()

SourceForge.net_Logo