org.globus.ftp.exception
Class DataChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.ftp.exception.FTPException
org.globus.ftp.exception.DataChannelException
- All Implemented Interfaces:
- java.io.Serializable
public class DataChannelException
- extends FTPException
Indicates data channel problems. Thrown by local server at layer 2.
- 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 |
UNDEFINED_SERVER_MODE
public static final int UNDEFINED_SERVER_MODE
- See Also:
- Constant Field Values
BAD_SERVER_MODE
public static final int BAD_SERVER_MODE
- See Also:
- Constant Field Values
code
protected int code
customMessage
protected java.lang.String customMessage
DataChannelException
public DataChannelException(int code,
java.lang.String message)
DataChannelException
public DataChannelException(int code)
getCodeExplanation
public java.lang.String getCodeExplanation(int code)
- Overrides:
getCodeExplanation
in class FTPException