Class ControlChannelIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.enterprisedt.net.ftp.ControlChannelIOException
All Implemented Interfaces:
Serializable

public class ControlChannelIOException extends IOException
IOException that appears on the control channel
Version:
$Revision$
Author:
Bruce Blackshaw
See Also:
  • Constructor Details

    • ControlChannelIOException

      public ControlChannelIOException()
      Constructs an ControlChannelIOException with null as its error detail message.
    • ControlChannelIOException

      public ControlChannelIOException(String message)
      Constructs an ControlChannelIOException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)