Class UnexpectedReplyCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.ftp.exception.FTPException
org.globus.ftp.exception.UnexpectedReplyCodeException
- All Implemented Interfaces:
Serializable
Indicates that the received reply had different code than
it had been expected.
- See Also:
-
Field Summary
FieldsFields inherited from class FTPException
cause, code, customMessage, UNSPECIFIED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FTPException
getCode, getCodeExplanation, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
reply
-
-
Constructor Details
-
UnexpectedReplyCodeException
-
UnexpectedReplyCodeException
-
-
Method Details
-
getReply
-