Package com.enterprisedt.net.ftp
Class MalformedReplyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.enterprisedt.net.ftp.FTPException
com.enterprisedt.net.ftp.MalformedReplyException
- All Implemented Interfaces:
Serializable
A malformed reply was received from the server
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
cvsId
Revision control id- See Also:
-
-
Constructor Details
-
MalformedReplyException
Constructor. Delegates to super.- Parameters:
msg- Message that the user will be able to retrieve
-