org.olap4j.driver.xmla.proxy
Class XmlaOlap4jProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.olap4j.driver.xmla.proxy.XmlaOlap4jProxyException
All Implemented Interfaces:
Serializable

public class XmlaOlap4jProxyException
extends Exception

Gets thrown whenever an exception is encountered during the querying of an XmlaOlap4jProxy subclass.

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

Constructor Summary
XmlaOlap4jProxyException(String message, Throwable cause)
           
 
Method Summary
 
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

XmlaOlap4jProxyException

public XmlaOlap4jProxyException(String message,
                                Throwable cause)

SourceForge.net_Logo