com.ibm.di.fc.remotecmdlnfc
Class RXAErrorCode

java.lang.Object
  extended by com.ibm.di.fc.remotecmdlnfc.RXAErrorCode

public class RXAErrorCode
extends Object

Typesafe enum of the expected RXA toolkit error codes


Field Summary
static RXAErrorCode RXATOOLKIT_0E
           
static RXAErrorCode RXATOOLKIT_10E
           
static RXAErrorCode RXATOOLKIT_14E
           
static RXAErrorCode RXATOOLKIT_15E
           
static RXAErrorCode RXATOOLKIT_16E
           
static RXAErrorCode RXATOOLKIT_19E
           
static RXAErrorCode RXATOOLKIT_1E
           
static RXAErrorCode RXATOOLKIT_20E
           
static RXAErrorCode RXATOOLKIT_22E
           
static RXAErrorCode RXATOOLKIT_23E
           
static RXAErrorCode RXATOOLKIT_3E
           
static RXAErrorCode RXATOOLKIT_4E
           
static RXAErrorCode RXATOOLKIT_7E
           
static RXAErrorCode RXATOOLKIT_9E
           
 
Method Summary
 RemoteCLFCMsgIds 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

RXATOOLKIT_1E

public static final RXAErrorCode RXATOOLKIT_1E

RXATOOLKIT_3E

public static final RXAErrorCode RXATOOLKIT_3E

RXATOOLKIT_4E

public static final RXAErrorCode RXATOOLKIT_4E

RXATOOLKIT_7E

public static final RXAErrorCode RXATOOLKIT_7E

RXATOOLKIT_9E

public static final RXAErrorCode RXATOOLKIT_9E

RXATOOLKIT_10E

public static final RXAErrorCode RXATOOLKIT_10E

RXATOOLKIT_14E

public static final RXAErrorCode RXATOOLKIT_14E

RXATOOLKIT_15E

public static final RXAErrorCode RXATOOLKIT_15E

RXATOOLKIT_16E

public static final RXAErrorCode RXATOOLKIT_16E

RXATOOLKIT_19E

public static final RXAErrorCode RXATOOLKIT_19E

RXATOOLKIT_20E

public static final RXAErrorCode RXATOOLKIT_20E

RXATOOLKIT_22E

public static final RXAErrorCode RXATOOLKIT_22E

RXATOOLKIT_23E

public static final RXAErrorCode RXATOOLKIT_23E
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 RemoteCLFCMsgIds getCorrespondingCode()
Return the Remote CLFC error ID that corresponds to this RXA error

Returns:
String Remote CLFC error ID