Class MxConnXmlParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.connector.maximo.exception.MxConnectorException
-
- com.ibm.di.connector.maximo.exception.MxConnXmlParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class MxConnXmlParsingException extends MxConnectorException
TPAE IF Connector's XML parsing exception. Thrown to indicate the connector could not parse an XML content.- Since:
- 7.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MxConnXmlParsingException(java.lang.String msg, java.lang.String xml, java.lang.Throwable cause)
Constructs a newMxConnXmlParsingException
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getXml()
Returns the XML content.-
Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnectorException
getMsgArgs
-
-
-
-
Constructor Detail
-
MxConnXmlParsingException
public MxConnXmlParsingException(java.lang.String msg, java.lang.String xml, java.lang.Throwable cause)
Constructs a newMxConnXmlParsingException
.- Parameters:
msg
- the detail messagexml
- XML contentscause
- the cause
-
-