Package io.github.scarecraw22.utils.sftp
Class DownloadFileSftpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.scarecraw22.utils.sftp.SftpException
-
- io.github.scarecraw22.utils.sftp.DownloadFileSftpException
-
- All Implemented Interfaces:
Serializable
public class DownloadFileSftpException extends SftpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DownloadFileSftpException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DownloadFileSftpException
public DownloadFileSftpException(Throwable cause)
-
-