org.pentaho.platform.plugin.action.xmla
Class XMLAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.plugin.action.xmla.XMLAException
All Implemented Interfaces:
Serializable

public class XMLAException
extends Exception

Author:
William E. Seyler
See Also:
Serialized Form

Constructor Summary
XMLAException()
          Constructor for XMLAException.
XMLAException(String arg0)
          Constructor for XMLAException.
XMLAException(String arg0, Throwable arg1)
          Constructor for XMLAException.
XMLAException(Throwable arg0)
          Constructor for XMLAException.
 
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

XMLAException

public XMLAException()
Constructor for XMLAException.


XMLAException

public XMLAException(String arg0)
Constructor for XMLAException.

Parameters:
arg0 -

XMLAException

public XMLAException(String arg0,
                     Throwable arg1)
Constructor for XMLAException.

Parameters:
arg0 -
arg1 -

XMLAException

public XMLAException(Throwable arg0)
Constructor for XMLAException.

Parameters:
arg0 -