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:
- java.io.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
Methods inherited from class org.globus.ftp.exception.FTPException |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NOT_AUTHORIZED
public static final int NOT_AUTHORIZED
- See Also:
- Constant Field Values
PBSZ_DIFFER
public static final int PBSZ_DIFFER
- See Also:
- Constant Field Values
TRANSFER_MODE_DIFFER
public static final int TRANSFER_MODE_DIFFER
- See Also:
- Constant Field Values
TRANSFER_TYPE_DIFFER
public static final int TRANSFER_TYPE_DIFFER
- See Also:
- Constant Field Values
BAD_SERVER_MODE
public static final int BAD_SERVER_MODE
- See Also:
- Constant Field Values
REPLY_TIMEOUT
public static final int REPLY_TIMEOUT
- See Also:
- Constant Field Values
THREAD_KILLED
public static final int THREAD_KILLED
- See Also:
- Constant Field Values
BAD_MODE
public static final int BAD_MODE
- See Also:
- Constant Field Values
MARK_NOT_SUPPORTED
public static final int MARK_NOT_SUPPORTED
- See Also:
- Constant Field Values
CALL_PASSIVE_FIRST
public static final int CALL_PASSIVE_FIRST
- See Also:
- Constant Field Values
LOCAL_TRANSFER
public static final int LOCAL_TRANSFER
- See Also:
- Constant Field Values
UNKNOWN_HOST
public static final int UNKNOWN_HOST
- See Also:
- Constant Field Values
BAD_TYPE
public static final int BAD_TYPE
- See Also:
- Constant Field Values
SOCKET_OP_FAILED
public static final int SOCKET_OP_FAILED
- See Also:
- Constant Field Values
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
code
protected int code
ClientException
public ClientException(int code,
java.lang.String message)
ClientException
public ClientException(int code)
getCodeExplanation
public java.lang.String getCodeExplanation(int code)
- Overrides:
getCodeExplanation
in class FTPException