Package com.enterprisedt.net.ftp
Class ControlChannelIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.enterprisedt.net.ftp.ControlChannelIOException
- All Implemented Interfaces:
Serializable
IOException that appears on the control channel
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anControlChannelIOExceptionwithnullas its error detail message.ControlChannelIOException(String message) Constructs anControlChannelIOExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ControlChannelIOException
public ControlChannelIOException()Constructs anControlChannelIOExceptionwithnullas its error detail message. -
ControlChannelIOException
Constructs anControlChannelIOExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method)
-