Class RXAErrorCode


  • public class RXAErrorCode
    extends java.lang.Object
    Typesafe enum of the expected RXA toolkit error codes
    • 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 class java.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