com.ibm.di.protocols.rxa
Class RXAErrorCode

java.lang.Object
  extended by com.ibm.di.protocols.rxa.RXAErrorCode

public class RXAErrorCode
extends Object

Typesafe enum of the expected RXA toolkit error codes


Field Summary
static RXAErrorCode RXATOOLKIT_0E
          Error code for invalid credentials
static RXAErrorCode RXATOOLKIT_10E
          Error code for remote file system error
static RXAErrorCode RXATOOLKIT_14E
          Error code for unique service not found
static RXAErrorCode RXATOOLKIT_15E
          Error code for windows binary error
static RXAErrorCode RXATOOLKIT_16E
          Error code if service is not started
static RXAErrorCode RXATOOLKIT_19E
          Error code for rsh binding unsuccessful
static RXAErrorCode RXATOOLKIT_1E
          Error code for connection failure
static RXAErrorCode RXATOOLKIT_20E
          Error code for remote user not found
static RXAErrorCode RXATOOLKIT_22E
          Error code for unauthorized shutdown
static RXAErrorCode RXATOOLKIT_23E
          Error code for remote execution error
static RXAErrorCode RXATOOLKIT_3E
          Error code for path not found
static RXAErrorCode RXATOOLKIT_4E
          Error code for file read error
static RXAErrorCode RXATOOLKIT_7E
          Error code for remote reading problem
static RXAErrorCode RXATOOLKIT_9E
          Error code for path removal failure
 
Method Summary
 MsgIds getCorrespondingCode()
          Return the Remote CLFC error ID that corresponds to this RXA error
 String toString()
          Return the RXA toolkit error ID associated with this ErrorCode object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 String toString()
Return the RXA toolkit error ID associated with this ErrorCode object

Overrides:
toString in class 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