Exception | Description |
---|---|
ClientException |
Indicates a local client side problem that has
not been caused by remote server nor the local data channel.
|
DataChannelException |
Indicates data channel problems.
|
FTPException |
Most exceptions used by ftp package are subclasses of FTPException and inherit its features:
exception code can be used to more precisely identify the problem.
|
FTPReplyParseException |
Indicates that the reply received from server failed to parse.
|
NotImplementedException |
Not used.
|
PerfMarkerException |
thrown by PerformanceMarker, mostly during construction.
|
ServerException |
Indicates that operation failed because of conditions
on the server, independent from the client.
|
UnexpectedReplyCodeException |
Indicates that the received reply had different code than
it had been expected.
|
Copyright © 2016. All rights reserved.