Uses of Class
com.ibm.di.fc.sapr3rfc.SapR3RfcFCErrorCodes

Packages that use SapR3RfcFCErrorCodes
com.ibm.di.fc.sapr3rfc   
 

Uses of SapR3RfcFCErrorCodes in com.ibm.di.fc.sapr3rfc
 

Fields in com.ibm.di.fc.sapr3rfc declared as SapR3RfcFCErrorCodes
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.BAD_DOM_DOCUMENT
          unable to create XML DOM Document.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.CONNECTION_DROPPED
          problem establishing a connection to the SAP system.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.CONNECTION_ESTABLISHMENT
          problem establishing a connection to the SAP system.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.CONNECTION_POOL_EXISTS
          connection pool already exists.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.DISCONNECTION
          problem when disconnecting from the SAP system.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.DOM_DOCUMENT_PARSER
          DOM Document parsing error.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.DOM_DOCUMENT_PARSING
          Problem parsing the DOM Document.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.DOM_DOCUMENT_READ
          Problem reading the DOM Document.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.RFC_FUNCTION_EXECUTION
          Unable to execute the specified RFC.
static SapR3RfcFCErrorCodes SapR3RfcFCErrorCodes.RFC_PARAM_PREPARE
          Unable to setup the remote function call paramters.
 

Methods in com.ibm.di.fc.sapr3rfc that return SapR3RfcFCErrorCodes
 SapR3RfcFCErrorCodes SapR3RfcFCException.getErrorCode()
          Get the error code subtype.
 

Constructors in com.ibm.di.fc.sapr3rfc with parameters of type SapR3RfcFCErrorCodes
SapR3RfcFCException(SapR3RfcFCErrorCodes code, String message)
          Construct exception with a context.
SapR3RfcFCException(SapR3RfcFCErrorCodes code, String message, Throwable cause)
          Construct exception with a context.