Class PerfMarkerException

All Implemented Interfaces:
Serializable

public class PerfMarkerException extends FTPException
thrown by PerformanceMarker, mostly during construction.
See Also:
  • Field Details

    • NO_SUCH_PARAMETER

      public static final int NO_SUCH_PARAMETER
      See Also:
    • codeExplained

      private static String[] codeExplained
    • customMessage

      protected String customMessage
  • Constructor Details

    • PerfMarkerException

      public PerfMarkerException(int code, String message)
    • PerfMarkerException

      public PerfMarkerException(int code)
  • Method Details