Serializablepublic class DataChannelException extends FTPException
| Modifier and Type | Field | Description |
|---|---|---|
static int |
BAD_SERVER_MODE |
|
protected String |
customMessage |
|
static int |
UNDEFINED_SERVER_MODE |
cause, code, UNSPECIFIED| Constructor | Description |
|---|---|
DataChannelException(int code) |
|
DataChannelException(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 UNDEFINED_SERVER_MODE
public static final int BAD_SERVER_MODE
protected String customMessage
public DataChannelException(int code,
String message)
public DataChannelException(int code)
public String getCodeExplanation(int code)
getCodeExplanation in class FTPExceptionCopyright © 2018. All rights reserved.