|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPException | |
---|---|
org.globus.ftp | |
org.globus.ftp.exception |
Uses of FTPException in org.globus.ftp |
---|
Methods in org.globus.ftp that throw FTPException | |
---|---|
void |
FileInfo.parseUnixListReply(java.lang.String reply)
Given a line of reply received as the result of "LIST" command, this method will set all the attributes(name,size,time,date and file type) of the named file. |
Constructors in org.globus.ftp that throw FTPException | |
---|---|
FileInfo(java.lang.String unixListReply)
Parses the file information from one line of response to the FTP LIST command. |
|
MlsxEntry(java.lang.String mlsxEntry)
Constructor for MlsxEntry. |
Uses of FTPException in org.globus.ftp.exception |
---|
Subclasses of FTPException in org.globus.ftp.exception | |
---|---|
class |
ClientException
Indicates a local client side problem that has not been caused by remote server nor the local data channel. |
class |
DataChannelException
Indicates data channel problems. |
class |
FTPReplyParseException
Indicates that the reply received from server failed to parse. |
class |
PerfMarkerException
thrown by PerformanceMarker, mostly during construction. |
class |
ServerException
Indicates that operation failed because of conditions on the server, independent from the client. |
class |
UnexpectedReplyCodeException
Indicates that the received reply had different code than it had been expected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |