Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Interface IRemoteFileExceptionMessages


public interface IRemoteFileExceptionMessages

Keys into the core plugin's resource bundle for error messages related to exceptions thrown by the remote file system framework.


Field Summary
static String copyright
           
static String FILEMSG_FILE_NOTFOUND
           
static String FILEMSG_FOLDER_NOTEMPTY
           
static String FILEMSG_FOLDER_NOTFOUND
           
static String FILEMSG_IO_ERROR
           
static String FILEMSG_SECURITY_ERROR
           
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

FILEMSG_IO_ERROR

public static final String FILEMSG_IO_ERROR
See Also:
Constant Field Values

FILEMSG_SECURITY_ERROR

public static final String FILEMSG_SECURITY_ERROR
See Also:
Constant Field Values

FILEMSG_FOLDER_NOTEMPTY

public static final String FILEMSG_FOLDER_NOTEMPTY
See Also:
Constant Field Values

FILEMSG_FOLDER_NOTFOUND

public static final String FILEMSG_FOLDER_NOTFOUND
See Also:
Constant Field Values

FILEMSG_FILE_NOTFOUND

public static final String FILEMSG_FILE_NOTFOUND
See Also:
Constant Field Values

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.