Uses of Class
com.ibm.di.connector.maximo.exception.MxConnIOException

Packages that use MxConnIOException
com.ibm.di.connector.maximo.exception Provides exception classes for the connector. 
com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling. 
com.ibm.di.connector.maximo.util Contains miscellaneous utility classes (DOM, XML, HTTP, text). 
 

Uses of MxConnIOException in com.ibm.di.connector.maximo.exception
 

Subclasses of MxConnIOException in com.ibm.di.connector.maximo.exception
 class MxConnHttpException
          TPAE IF Connector's HTTP exception.
 class MxConnTimeoutException
          TPAE IF Connector's timeout exception.
 

Uses of MxConnIOException in com.ibm.di.connector.maximo.parsing
 

Methods in com.ibm.di.connector.maximo.parsing that throw MxConnIOException
 Collection<org.eclipse.emf.ecore.EObject> MxConnXSDEcoreBuilder.generate()
          Generates a collection of EMF objects representing the XSD.
static Schema Schema.getInstance(SchemaConfiguration cfg, Log log)
          Builds a schema object based on the Maximo Object Structure and its XML Schema Descriptor's URL (XSD).
 

Uses of MxConnIOException in com.ibm.di.connector.maximo.util
 

Methods in com.ibm.di.connector.maximo.util that throw MxConnIOException
 InputStream HttpClient.getAsInputStream()
          Requests the resource specified by the target URL list as an input stream.
 String HttpClient.post(String msg)
          Requests the resource specified by the target URL list.