Class ServerException

All Implemented Interfaces:
Serializable

public class ServerException extends FTPException
Indicates that operation failed because of conditions on the server, independent from the client. For instance, the server did not understand command, or could not read file. Note that here "server" can mean either a remote server, or the local internal server (FTPServerFacade).
See Also: