Uses of Class
org.globus.ftp.exception.UnexpectedReplyCodeException

Packages that use UnexpectedReplyCodeException
org.globus.ftp.exception   
org.globus.ftp.vanilla   
 

Uses of UnexpectedReplyCodeException in org.globus.ftp.exception
 

Methods in org.globus.ftp.exception with parameters of type UnexpectedReplyCodeException
static ServerException ServerException.embedUnexpectedReplyCodeException(UnexpectedReplyCodeException urce)
           
static ServerException ServerException.embedUnexpectedReplyCodeException(UnexpectedReplyCodeException urce, java.lang.String message)
          Constructs server exception with UnexpectedReplyCodeException nested in it.
 

Uses of UnexpectedReplyCodeException in org.globus.ftp.vanilla
 

Methods in org.globus.ftp.vanilla that throw UnexpectedReplyCodeException
 Reply FTPControlChannel.execute(Command cmd)
          Write the command to the control channel, block until reply arrives and check if the command completed successfully (reply code 200).
 



Copyright © 2013. All Rights Reserved.