|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.fc.sapr3rfc.SapR3RfcFCErrorCodes
public final class SapR3RfcFCErrorCodes
Store the error codes in a separate enumerated type class, ensuring that only these error codes can be used when creating a specific SapR3RfcFCException.
| Field Summary | |
|---|---|
static SapR3RfcFCErrorCodes |
BAD_DOM_DOCUMENT
unable to create XML DOM Document. |
static SapR3RfcFCErrorCodes |
CONNECTION_DROPPED
problem establishing a connection to the SAP system. |
static SapR3RfcFCErrorCodes |
CONNECTION_ESTABLISHMENT
problem establishing a connection to the SAP system. |
static SapR3RfcFCErrorCodes |
CONNECTION_POOL_EXISTS
connection pool already exists. |
static SapR3RfcFCErrorCodes |
DISCONNECTION
problem when disconnecting from the SAP system. |
static SapR3RfcFCErrorCodes |
DOM_DOCUMENT_PARSER
DOM Document parsing error. |
static SapR3RfcFCErrorCodes |
DOM_DOCUMENT_PARSING
Problem parsing the DOM Document. |
static SapR3RfcFCErrorCodes |
DOM_DOCUMENT_READ
Problem reading the DOM Document. |
static SapR3RfcFCErrorCodes |
RFC_FUNCTION_EXECUTION
Unable to execute the specified RFC. |
static SapR3RfcFCErrorCodes |
RFC_PARAM_PREPARE
Unable to setup the remote function call paramters. |
| Method Summary | |
|---|---|
int |
getCode()
Get the type ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SapR3RfcFCErrorCodes BAD_DOM_DOCUMENT
public static final SapR3RfcFCErrorCodes CONNECTION_ESTABLISHMENT
public static final SapR3RfcFCErrorCodes CONNECTION_DROPPED
public static final SapR3RfcFCErrorCodes DISCONNECTION
public static final SapR3RfcFCErrorCodes CONNECTION_POOL_EXISTS
public static final SapR3RfcFCErrorCodes DOM_DOCUMENT_PARSER
public static final SapR3RfcFCErrorCodes DOM_DOCUMENT_PARSING
public static final SapR3RfcFCErrorCodes DOM_DOCUMENT_READ
public static final SapR3RfcFCErrorCodes RFC_FUNCTION_EXECUTION
public static final SapR3RfcFCErrorCodes RFC_PARAM_PREPARE
| Method Detail |
|---|
public int getCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||