Class UnexpectedReplyCodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnexpectedReplyCodeException
    extends FTPException
    Indicates that the received reply had different code than it had been expected.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnexpectedReplyCodeException

        public UnexpectedReplyCodeException​(int code,
                                            java.lang.String msg,
                                            Reply r)
      • UnexpectedReplyCodeException

        public UnexpectedReplyCodeException​(Reply r)
    • Method Detail

      • getReply

        public Reply getReply()