Uses of Package
org.globus.ftp.exception

Packages that use org.globus.ftp.exception
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
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.
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
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
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
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
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
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
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
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.