Class FileTransferException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FtpException, SftpException

    public class FileTransferException
    extends java.io.IOException
    Exception encapsulating an file transfer error.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileTransferException

        public FileTransferException()
        See Also:
        Exception()
      • FileTransferException

        public FileTransferException​(java.lang.String msg)
        See Also:
        Exception(String)
      • FileTransferException

        public FileTransferException​(java.lang.String msg,
                                     java.lang.Throwable t)
        See Also:
        Exception(String, java.lang.Throwable)
      • FileTransferException

        public FileTransferException​(java.lang.Throwable t)
        See Also:
        Exception(java.lang.Throwable)