Class UnexpectedReplyCodeException

All Implemented Interfaces:
Serializable

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

    • UnexpectedReplyCodeException

      public UnexpectedReplyCodeException(int code, String msg, Reply r)
    • UnexpectedReplyCodeException

      public UnexpectedReplyCodeException(Reply r)
  • Method Details

    • getReply

      public Reply getReply()