Package mondrian.xmla
Class XmlaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
mondrian.xmla.XmlaException
- All Implemented Interfaces:
Serializable
An exception thrown while processing an XMLA request. The faultcode
corresponds to the SOAP Fault faultcode and the faultstring
to the SOAP Fault faultstring.
- Author:
- Richard M. Emberson
- See Also:
-
Constructor Summary
ConstructorDescriptionXmlaException
(String faultCode, String code, String faultString, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatDetail
(String msg) static String
formatFaultCode
(String faultCode, String code) static String
formatFaultCode
(String nsPrefix, String faultCode, String code) static String
getCode()
static Throwable
getRootCause
(Throwable throwable) Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlaException
-
-
Method Details
-
formatFaultCode
-
formatFaultCode
-
formatFaultCode
-
formatDetail
-
getRootCause
-
getFaultCode
-
getCode
-
getFaultString
-
getDetail
-