Serializable
public 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
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, String message)
public String getCodeExplanation(int code)
getCodeExplanation
in class FTPException
Copyright © 2018. All rights reserved.