|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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,
String message)
Constructs server exception with UnexpectedReplyCodeException nested in it. |
static ServerException |
ServerException.embedUnexpectedReplyCodeException(UnexpectedReplyCodeException urce)
|
| 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). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||