public class FTPReplyParseException extends FTPException
Modifier and Type | Field and Description |
---|---|
static int |
FIRST_3_CHARS |
static int |
MESSAGE_UNPARSABLE |
static int |
STRING_TOO_SHORT |
static int |
UNEXPECTED_4TH_CHAR |
cause, code, customMessage, UNSPECIFIED
Constructor and Description |
---|
FTPReplyParseException(int code) |
FTPReplyParseException(int code,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeExplanation(int code) |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString
public static final int STRING_TOO_SHORT
public static final int FIRST_3_CHARS
public static final int UNEXPECTED_4TH_CHAR
public static final int MESSAGE_UNPARSABLE
public FTPReplyParseException(int code)
public FTPReplyParseException(int code, java.lang.String message)
public java.lang.String getCodeExplanation(int code)
getCodeExplanation
in class FTPException