com.ibm.di.connector.maximo.exception
Class MxConnXmlParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.connector.maximo.exception.MxConnectorException
              extended by com.ibm.di.connector.maximo.exception.MxConnXmlParsingException
All Implemented Interfaces:
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
MxConnXmlParsingException(String msg, String xml, Throwable cause)
          Constructs a new MxConnXmlParsingException.
 
Method Summary
 String getXml()
          Returns the XML content.
 
Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnectorException
getMsgArgs
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MxConnXmlParsingException

public MxConnXmlParsingException(String msg,
                                 String xml,
                                 Throwable cause)
Constructs a new MxConnXmlParsingException.

Parameters:
msg - the detail message
xml - XML contents
cause - the cause
Method Detail

getXml

public String getXml()
Returns the XML content.

Returns:
XML content