Package 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
Indicates that the reply received from server failed to parse.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from class org.globus.ftp.exception.FTPException
cause, code, customMessage, UNSPECIFIED
-
Constructor Summary
ConstructorsConstructorDescriptionFTPReplyParseException
(int code) FTPReplyParseException
(int code, String message) -
Method Summary
Methods inherited from class org.globus.ftp.exception.FTPException
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
STRING_TOO_SHORT
public static final int STRING_TOO_SHORT- See Also:
-
FIRST_3_CHARS
public static final int FIRST_3_CHARS- See Also:
-
UNEXPECTED_4TH_CHAR
public static final int UNEXPECTED_4TH_CHAR- See Also:
-
MESSAGE_UNPARSABLE
public static final int MESSAGE_UNPARSABLE- See Also:
-
-
Constructor Details
-
FTPReplyParseException
public FTPReplyParseException(int code) -
FTPReplyParseException
-
-
Method Details
-
getCodeExplanation
- Overrides:
getCodeExplanation
in classFTPException
-