|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.remotecmdlnfc.RXAErrorCode
public class RXAErrorCode
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 | |
---|---|
RemoteCLFCMsgIds |
getCorrespondingCode()
Return the Remote CLFC error ID that corresponds to this RXA error |
java.lang.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 |
---|
public static final RXAErrorCode RXATOOLKIT_0E
public static final RXAErrorCode RXATOOLKIT_1E
public static final RXAErrorCode RXATOOLKIT_3E
public static final RXAErrorCode RXATOOLKIT_4E
public static final RXAErrorCode RXATOOLKIT_7E
public static final RXAErrorCode RXATOOLKIT_9E
public static final RXAErrorCode RXATOOLKIT_10E
public static final RXAErrorCode RXATOOLKIT_14E
public static final RXAErrorCode RXATOOLKIT_15E
public static final RXAErrorCode RXATOOLKIT_16E
public static final RXAErrorCode RXATOOLKIT_19E
public static final RXAErrorCode RXATOOLKIT_20E
public static final RXAErrorCode RXATOOLKIT_22E
public static final RXAErrorCode RXATOOLKIT_23E
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public RemoteCLFCMsgIds getCorrespondingCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |