Package com.ibm.di.protocols.rxa
Class RXAErrorCode
- java.lang.Object
-
- com.ibm.di.protocols.rxa.RXAErrorCode
-
public class RXAErrorCode extends java.lang.Object
Typesafe enum of the expected RXA toolkit error codes
-
-
Field Summary
Fields Modifier and Type Field Description static RXAErrorCode
RXATOOLKIT_0E
Error code for invalid credentialsstatic RXAErrorCode
RXATOOLKIT_10E
Error code for remote file system errorstatic RXAErrorCode
RXATOOLKIT_14E
Error code for unique service not foundstatic RXAErrorCode
RXATOOLKIT_15E
Error code for windows binary errorstatic RXAErrorCode
RXATOOLKIT_16E
Error code if service is not startedstatic RXAErrorCode
RXATOOLKIT_19E
Error code for rsh binding unsuccessfulstatic RXAErrorCode
RXATOOLKIT_1E
Error code for connection failurestatic RXAErrorCode
RXATOOLKIT_20E
Error code for remote user not foundstatic RXAErrorCode
RXATOOLKIT_22E
Error code for unauthorized shutdownstatic RXAErrorCode
RXATOOLKIT_23E
Error code for remote execution errorstatic RXAErrorCode
RXATOOLKIT_3E
Error code for path not foundstatic RXAErrorCode
RXATOOLKIT_4E
Error code for file read errorstatic RXAErrorCode
RXATOOLKIT_7E
Error code for remote reading problemstatic RXAErrorCode
RXATOOLKIT_9E
Error code for path removal failure
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MsgIds
getCorrespondingCode()
Return the Remote CLFC error ID that corresponds to this RXA errorjava.lang.String
toString()
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:
toString
in 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
-
-