An exception describing an error accessing an OLAP database.
Since olap4j extends JDBC, it is natural that OlapException
should extend JDBC's {@link SQLException}. The implementation by an olap4j driver of a JDBC method which is declared to throw a SQLException may, if the driver chooses, throw instead an OlapException.
OlapException provides some additional information to help an OLAP client identify the location of the error. This information is
@author jhyde
@version $Id: OlapException.java 315 2010-05-29 00:56:11Z jhyde $
@since Oct 23, 2006