Uses of Class
com.ibm.di.protocols.rxa.MsgIds

Packages that use MsgIds
com.ibm.di.protocols.rxa   
 

Uses of MsgIds in com.ibm.di.protocols.rxa
 

Fields in com.ibm.di.protocols.rxa declared as MsgIds
static MsgIds MsgIds.CANNOT_CONNECT_TO_HOST
          Message ID
static MsgIds MsgIds.CANNOT_REMOVE_PATH
          Message ID
static MsgIds MsgIds.COMPLETE_CMD
          Message ID
static MsgIds MsgIds.COMPLETE_INIT
          Message ID
static MsgIds MsgIds.CONNECTION_UNSUCCESSFUL
          Message ID
static MsgIds MsgIds.CREATE_CONN_NO_PASSWD
          Message ID
static MsgIds MsgIds.CREATE_DIR
          Message ID
static MsgIds MsgIds.CREATING_CONNECTION
          Message ID
static MsgIds MsgIds.DESTN_DIR_SET
          Message ID
static MsgIds MsgIds.EITHER_SSH_OR_RSH
          Message ID
static MsgIds MsgIds.ERROR_READING_REMOTE
          Message ID
static MsgIds MsgIds.EXECUTION_COMPLETE
          Message ID
static MsgIds MsgIds.FILE_READ_ERROR
          Message ID
static MsgIds MsgIds.FILE_TRANSFERRED
          Message ID
static MsgIds MsgIds.FINDING_PROTOCOL
          Message ID
static MsgIds MsgIds.GENERAL_RXA_EXCEPTION
          Message ID
static MsgIds MsgIds.INIT_OPTION
          Message ID
static MsgIds MsgIds.INIT_PARAMS_DONE
          Message ID
static MsgIds MsgIds.INITIALIZING_PARAMS
          Message ID
static MsgIds MsgIds.INPUT_ATTR_EXISTS
          Message ID
static MsgIds MsgIds.INVALID_CREDENTIALS
          Message ID
static MsgIds MsgIds.INVALID_PERFORM_OBJ
          Message ID
static MsgIds MsgIds.INVALIDCONNTYPE
          Message ID
static MsgIds MsgIds.INVALIDSRCFILE
          Message ID
static MsgIds MsgIds.MISSING_PARAMS
          Message ID
static MsgIds MsgIds.NO_COMMAND
          Message ID
static MsgIds MsgIds.NO_CONNECTION
          Message ID
static MsgIds MsgIds.NO_SUITABLE_PROTOCOL
          Message ID
static MsgIds MsgIds.NOSUCHFILE
          Message ID
static MsgIds MsgIds.NOT_INITIALIZED
          Message ID
static MsgIds MsgIds.OPTION_VALUE_SET
          Message ID
static MsgIds MsgIds.PATH_NOT_FOUND
          Message ID
static MsgIds MsgIds.PRIOR_TO_EXECUTION
          Message ID
static MsgIds MsgIds.PROTOCOL_CHOSEN
          Message ID
static MsgIds MsgIds.REMOTE_CONNECT_ERROR
          Message ID
static MsgIds MsgIds.REMOTE_EXECUTION_ERROR
          Message ID
static MsgIds MsgIds.REMOTE_FILESYSTEM_ERROR
          Message ID
static MsgIds MsgIds.REMOTE_USER_NOT_FOUND
          Message ID
static MsgIds MsgIds.REMOVE_DIR
          Message ID
static MsgIds MsgIds.RSH_BIND_UNSUCCESSFUL
          Message ID
static MsgIds MsgIds.RSH_ONLY
          Message ID
static MsgIds MsgIds.RXA_DEBUG_MSG
          Message ID
static MsgIds MsgIds.RXA_ERROR_MSG
          Message ID
static MsgIds MsgIds.RXA_INFO_MSG
          Message ID
static MsgIds MsgIds.RXA_WARN_MSG
          Message ID
static MsgIds MsgIds.SERVICE_NOT_STARTED
          Message ID
static MsgIds MsgIds.SESSION_BEGIN
          Message ID
static MsgIds MsgIds.SESSION_STARTED
          Message ID
static MsgIds MsgIds.SHUTDOWN_NOT_AUTHORIZED
          Message ID
static MsgIds MsgIds.SSH_CONN_KEYSTORE
          Message ID
static MsgIds MsgIds.START_INIT
          Message ID
static MsgIds MsgIds.STDIN_PROVIDED
          Message ID
static MsgIds MsgIds.TERMINATED
          Message ID
static MsgIds MsgIds.TIMEOUT
          Message ID
static MsgIds MsgIds.UNIQUE_SERVICE_NOT_FOUND
          Message ID
static MsgIds MsgIds.WIN_NO_PORT_ALLOWED
          Message ID
static MsgIds MsgIds.WINDOWS_BINARY_ERROR
          Message ID
static MsgIds MsgIds.WRONG_TYPE_FOR_ATTR
          Message ID
 

Methods in com.ibm.di.protocols.rxa that return MsgIds
 MsgIds GeneralCLFCException.getCode()
          Get the error code for this exception
 MsgIds RXAErrorCode.getCorrespondingCode()
          Return the Remote CLFC error ID that corresponds to this RXA error
 

Methods in com.ibm.di.protocols.rxa with parameters of type MsgIds
static GeneralCLFCException ExceptionFactory.createGeneralCLFCException(MsgIds err, LogProxy lg)
          Construct a GeneralCLFCException
static ParamException ExceptionFactory.createParamException(MsgIds err, LogProxy lg)
          Construct a ParamException
static RemoteConnectException ExceptionFactory.createRemoteConnectException(MsgIds err, LogProxy lg)
          Construct a RemoteConnectException
 

Constructors in com.ibm.di.protocols.rxa with parameters of type MsgIds
GeneralCLFCException(MsgIds c, String msg)
          Construct exception with a context message.
GeneralCLFCException(MsgIds c, String msg, Throwable root)
          Construct an exception of this type with a context message and lower level exception cause.
ParamException(MsgIds c, String msg)
          Create a ParamException with the specified error message and MsgId
RemoteConnectException(MsgIds c, String msg)
          Construct exception with a context message and the specified message ID.
RemoteConnectException(MsgIds c, String msg, Throwable root)
          Construct an exception of this type with a context message, lower level exception cause and specified message ID.