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
ConstructorsConstructorDescriptionXmlaException(String faultCode, String code, String faultString, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatDetail(String msg) static StringformatFaultCode(String faultCode, String code) static StringformatFaultCode(String nsPrefix, String faultCode, String code) static StringgetCode()static ThrowablegetRootCause(Throwable throwable) Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessageMethods 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
-