Uses of Package
org.globus.ftp.exception
-
Packages that use org.globus.ftp.exception Package Description org.globus.ftp org.globus.ftp.app org.globus.ftp.dc org.globus.ftp.exception org.globus.ftp.extended org.globus.ftp.vanilla org.globus.io.streams Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.org.globus.io.urlcopy This library provides a simple API for transferring a file from one location to another. -
Classes in org.globus.ftp.exception used by org.globus.ftp Class Description ClientException Indicates a local client side problem that has not been caused by remote server nor the local data channel.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.PerfMarkerException thrown by PerformanceMarker, mostly during construction.ServerException Indicates that operation failed because of conditions on the server, independent from the client. -
Classes in org.globus.ftp.exception used by org.globus.ftp.app Class Description ClientException Indicates a local client side problem that has not been caused by remote server nor the local data channel.ServerException Indicates that operation failed because of conditions on the server, independent from the client. -
Classes in org.globus.ftp.exception used by org.globus.ftp.dc Class Description ServerException Indicates that operation failed because of conditions on the server, independent from the client. -
Classes in org.globus.ftp.exception used by org.globus.ftp.exception Class Description 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.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. -
Classes in org.globus.ftp.exception used by org.globus.ftp.extended Class Description ClientException Indicates a local client side problem that has not been caused by remote server nor the local data channel.ServerException Indicates that operation failed because of conditions on the server, independent from the client. -
Classes in org.globus.ftp.exception used by org.globus.ftp.vanilla Class Description ClientException Indicates a local client side problem that has not been caused by remote server nor the local data channel.FTPReplyParseException Indicates that the reply received from server failed to parse.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. -
Classes in org.globus.ftp.exception used by org.globus.io.streams Class Description 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. -
Classes in org.globus.ftp.exception used by org.globus.io.urlcopy Class Description 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.