Class DataChannelException

All Implemented Interfaces:
Serializable

public class DataChannelException extends FTPException
Indicates data channel problems. Thrown by local server at layer 2.
See Also:
  • 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

      private static String[] codeExplained
    • customMessage

      protected String customMessage
  • Constructor Details

    • DataChannelException

      public DataChannelException(int code, String message)
    • DataChannelException

      public DataChannelException(int code)
  • Method Details