Class FTPException

All Implemented Interfaces:
Serializable

@Public @Stable public class FTPException extends RuntimeException
A class to wrap a Throwable into a Runtime Exception.
See Also:
  • Constructor Details

    • FTPException

      public FTPException(String message)
    • FTPException

      public FTPException(Throwable t)
    • FTPException

      public FTPException(String message, Throwable t)