Class FTPDirectoryNotEmptyException

    • Constructor Detail

      • FTPDirectoryNotEmptyException

        public FTPDirectoryNotEmptyException​(String file,
                                             int replyCode,
                                             String replyString)
        Creates a new FTPDirectoryNotEmptyException.
        Parameters:
        file - A string identifying the file, or null if not known.
        replyCode - The integer value of the reply code of the last FTP reply that triggered this exception.
        replyString - The entire text from the last FTP response that triggered this exception. It will be used as the exception's reason.