Class FTPReplyParseException

All Implemented Interfaces:
Serializable

public class FTPReplyParseException extends FTPException
Indicates that the reply received from server failed to parse.
See Also:
  • Field Details

  • Constructor Details

    • FTPReplyParseException

      public FTPReplyParseException(int code)
    • FTPReplyParseException

      public FTPReplyParseException(int code, String message)
  • Method Details