Class FTPReplyParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FTPReplyParseException
    extends FTPException
    Indicates that the reply received from server failed to parse.
    See Also:
    Serialized Form
    • Constructor Detail

      • FTPReplyParseException

        public FTPReplyParseException​(int code)
      • FTPReplyParseException

        public FTPReplyParseException​(int code,
                                      java.lang.String message)