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,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeExplanation(int code) |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic 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,
String message)
public String getCodeExplanation(int code)
getCodeExplanation in class FTPExceptionCopyright © 2015. All rights reserved.