|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.globus.ftp.exception
Class ClientException
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.globus.ftp.exception.FTPException | +--org.globus.ftp.exception.ClientException
- All Implemented Interfaces:
- Serializable
- public class ClientException
- extends FTPException
Indicates a local client side problem that has not been caused by remote server nor the local data channel.
- See Also:
- Serialized Form
| Field Summary | |
static int |
BAD_MODE
|
static int |
BAD_SERVER_MODE
|
static int |
BAD_TYPE
|
static int |
CALL_PASSIVE_FIRST
|
protected int |
code
|
static int |
LOCAL_TRANSFER
|
static int |
MARK_NOT_SUPPORTED
|
static int |
NOT_AUTHORIZED
|
static int |
PBSZ_DIFFER
|
static int |
REPLY_TIMEOUT
|
static int |
THREAD_KILLED
|
static int |
TRANSFER_MODE_DIFFER
|
static int |
TRANSFER_TYPE_DIFFER
|
static int |
UNKNOWN_HOST
|
| Fields inherited from class org.globus.ftp.exception.FTPException |
cause, customMessage, UNSPECIFIED |
| Constructor Summary | |
ClientException(int code)
|
|
ClientException(int code,
String message)
|
|
| Method Summary | |
String |
getCodeExplanation(int code)
|
| Methods inherited from class org.globus.ftp.exception.FTPException |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, setCode, setCustomMessage, setRootCause, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
NOT_AUTHORIZED
public static final int NOT_AUTHORIZED
PBSZ_DIFFER
public static final int PBSZ_DIFFER
TRANSFER_MODE_DIFFER
public static final int TRANSFER_MODE_DIFFER
TRANSFER_TYPE_DIFFER
public static final int TRANSFER_TYPE_DIFFER
BAD_SERVER_MODE
public static final int BAD_SERVER_MODE
REPLY_TIMEOUT
public static final int REPLY_TIMEOUT
THREAD_KILLED
public static final int THREAD_KILLED
BAD_MODE
public static final int BAD_MODE
MARK_NOT_SUPPORTED
public static final int MARK_NOT_SUPPORTED
CALL_PASSIVE_FIRST
public static final int CALL_PASSIVE_FIRST
LOCAL_TRANSFER
public static final int LOCAL_TRANSFER
UNKNOWN_HOST
public static final int UNKNOWN_HOST
BAD_TYPE
public static final int BAD_TYPE
code
protected int code
| Constructor Detail |
ClientException
public ClientException(int code,
String message)
ClientException
public ClientException(int code)
| Method Detail |
getCodeExplanation
public String getCodeExplanation(int code)
- Overrides:
getCodeExplanationin classFTPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||