Package com.ibm.di.protocols.rxa
Class RXAErrorCode
- java.lang.Object
-
- com.ibm.di.protocols.rxa.RXAErrorCode
-
public class RXAErrorCode extends java.lang.ObjectTypesafe enum of the expected RXA toolkit error codes
-
-
Field Summary
Fields Modifier and Type Field Description static RXAErrorCodeRXATOOLKIT_0EError code for invalid credentialsstatic RXAErrorCodeRXATOOLKIT_10EError code for remote file system errorstatic RXAErrorCodeRXATOOLKIT_14EError code for unique service not foundstatic RXAErrorCodeRXATOOLKIT_15EError code for windows binary errorstatic RXAErrorCodeRXATOOLKIT_16EError code if service is not startedstatic RXAErrorCodeRXATOOLKIT_19EError code for rsh binding unsuccessfulstatic RXAErrorCodeRXATOOLKIT_1EError code for connection failurestatic RXAErrorCodeRXATOOLKIT_20EError code for remote user not foundstatic RXAErrorCodeRXATOOLKIT_22EError code for unauthorized shutdownstatic RXAErrorCodeRXATOOLKIT_23EError code for remote execution errorstatic RXAErrorCodeRXATOOLKIT_3EError code for path not foundstatic RXAErrorCodeRXATOOLKIT_4EError code for file read errorstatic RXAErrorCodeRXATOOLKIT_7EError code for remote reading problemstatic RXAErrorCodeRXATOOLKIT_9EError code for path removal failure
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MsgIdsgetCorrespondingCode()Return the Remote CLFC error ID that corresponds to this RXA errorjava.lang.StringtoString()Return the RXA toolkit error ID associated with this ErrorCode object
-
-
-
Field Detail
-
RXATOOLKIT_0E
public static final RXAErrorCode RXATOOLKIT_0E
Error code for invalid credentials
-
RXATOOLKIT_1E
public static final RXAErrorCode RXATOOLKIT_1E
Error code for connection failure
-
RXATOOLKIT_3E
public static final RXAErrorCode RXATOOLKIT_3E
Error code for path not found
-
RXATOOLKIT_4E
public static final RXAErrorCode RXATOOLKIT_4E
Error code for file read error
-
RXATOOLKIT_7E
public static final RXAErrorCode RXATOOLKIT_7E
Error code for remote reading problem
-
RXATOOLKIT_9E
public static final RXAErrorCode RXATOOLKIT_9E
Error code for path removal failure
-
RXATOOLKIT_10E
public static final RXAErrorCode RXATOOLKIT_10E
Error code for remote file system error
-
RXATOOLKIT_14E
public static final RXAErrorCode RXATOOLKIT_14E
Error code for unique service not found
-
RXATOOLKIT_15E
public static final RXAErrorCode RXATOOLKIT_15E
Error code for windows binary error
-
RXATOOLKIT_16E
public static final RXAErrorCode RXATOOLKIT_16E
Error code if service is not started
-
RXATOOLKIT_19E
public static final RXAErrorCode RXATOOLKIT_19E
Error code for rsh binding unsuccessful
-
RXATOOLKIT_20E
public static final RXAErrorCode RXATOOLKIT_20E
Error code for remote user not found
-
RXATOOLKIT_22E
public static final RXAErrorCode RXATOOLKIT_22E
Error code for unauthorized shutdown
-
RXATOOLKIT_23E
public static final RXAErrorCode RXATOOLKIT_23E
Error code for remote execution error
-
-
Method Detail
-
toString
public java.lang.String toString()
Return the RXA toolkit error ID associated with this ErrorCode object- Overrides:
toStringin classjava.lang.Object- Returns:
- String RXA toolkit error ID
-
getCorrespondingCode
public MsgIds getCorrespondingCode()
Return the Remote CLFC error ID that corresponds to this RXA error- Returns:
- String Remote CLFC error ID
-
-