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:
java.io.Serializable
public class FTPReplyParseException extends FTPException
Indicates that the reply received from server failed to parse.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
FIRST_3_CHARS
static int
MESSAGE_UNPARSABLE
static int
STRING_TOO_SHORT
static int
UNEXPECTED_4TH_CHAR
-
Fields inherited from class org.globus.ftp.exception.FTPException
cause, code, customMessage, UNSPECIFIED
-
-
Constructor Summary
Constructors Constructor Description FTPReplyParseException(int code)
FTPReplyParseException(int code, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCodeExplanation(int code)
-
Methods inherited from class org.globus.ftp.exception.FTPException
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString
-
-
-
-
Field Detail
-
STRING_TOO_SHORT
public static final int STRING_TOO_SHORT
- See Also:
- Constant Field Values
-
FIRST_3_CHARS
public static final int FIRST_3_CHARS
- See Also:
- Constant Field Values
-
UNEXPECTED_4TH_CHAR
public static final int UNEXPECTED_4TH_CHAR
- See Also:
- Constant Field Values
-
MESSAGE_UNPARSABLE
public static final int MESSAGE_UNPARSABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCodeExplanation
public java.lang.String getCodeExplanation(int code)
- Overrides:
getCodeExplanation
in classFTPException
-
-