Java Globus API: Class FTPReplyParseException
org.globus.ftp.exception
Class FTPReplyParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.globus.ftp.exception.FTPException
|
+--org.globus.ftp.exception.FTPReplyParseException
- All Implemented Interfaces:
- Serializable
- public class FTPReplyParseException
- extends FTPException
Indicates that the reply received from server failed to parse.
- See Also:
- Serialized Form
| Methods inherited from class org.globus.ftp.exception.FTPException |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString |
STRING_TOO_SHORT
public static final int STRING_TOO_SHORT
FIRST_3_CHARS
public static final int FIRST_3_CHARS
UNEXPECTED_4TH_CHAR
public static final int UNEXPECTED_4TH_CHAR
MESSAGE_UNPARSABLE
public static final int MESSAGE_UNPARSABLE
FTPReplyParseException
public FTPReplyParseException(int code)
FTPReplyParseException
public FTPReplyParseException(int code,
String message)
getCodeExplanation
public String getCodeExplanation(int code)
- Overrides:
getCodeExplanation in class FTPException