Class XMLAException

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

public class XMLAException extends Exception
Author:
William E. Seyler
See Also:
  • Constructor Details

    • 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 -