Class SftpException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SftpException
    extends FileTransferException
    Exception wrapping any specific SFTP Exception.
    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

      • SftpException

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

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

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

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