Package 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:
Serializable
Indicates data channel problems. Thrown by local server at layer 2.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
private static String[]
protected String
static final int
Fields inherited from class org.globus.ftp.exception.FTPException
cause, code, UNSPECIFIED
-
Constructor Summary
ConstructorsConstructorDescriptionDataChannelException
(int code) DataChannelException
(int code, String message) -
Method Summary
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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
UNDEFINED_SERVER_MODE
public static final int UNDEFINED_SERVER_MODE- See Also:
-
BAD_SERVER_MODE
public static final int BAD_SERVER_MODE- See Also:
-
codeExplained
-
customMessage
-
-
Constructor Details
-
DataChannelException
-
DataChannelException
public DataChannelException(int code)
-
-
Method Details
-
getCodeExplanation
- Overrides:
getCodeExplanation
in classFTPException
-