Serializablepublic class FTPReplyParseException extends FTPException
| Modifier and Type | Field | 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 | Description |
|---|---|
FTPReplyParseException(int code) |
|
FTPReplyParseException(int code,
String message) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCodeExplanation(int code) |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 © 2018. All rights reserved.