Uses of Package
org.globus.ftp.exception
Packages that use org.globus.ftp.exception
Package
Description
Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.
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.ftpClassDescriptionIndicates a local client side problem that has not been caused by remote server nor the local data channel.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.Indicates that the reply received from server failed to parse.thrown by PerformanceMarker, mostly during construction.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.appClassDescriptionIndicates a local client side problem that has not been caused by remote server nor the local data channel.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.dcClassDescriptionIndicates that operation failed because of conditions on the server, independent from the client.
-
Classes in org.globus.ftp.exception used by org.globus.ftp.exceptionClassDescriptionMost exceptions used by ftp package are subclasses of FTPException and inherit its features: exception code can be used to more precisely identify the problem.Indicates that the reply received from server failed to parse.Indicates that operation failed because of conditions on the server, independent from the client.Indicates that the received reply had different code than it had been expected.
-
Classes in org.globus.ftp.exception used by org.globus.ftp.extendedClassDescriptionIndicates a local client side problem that has not been caused by remote server nor the local data channel.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.vanillaClassDescriptionIndicates a local client side problem that has not been caused by remote server nor the local data channel.Indicates that the reply received from server failed to parse.Indicates that operation failed because of conditions on the server, independent from the client.Indicates that the received reply had different code than it had been expected.
-
Classes in org.globus.ftp.exception used by org.globus.io.streamsClassDescriptionMost 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.urlcopyClassDescriptionMost exceptions used by ftp package are subclasses of FTPException and inherit its features: exception code can be used to more precisely identify the problem.