Uses of Interface
com.github.robtimus.filesystems.sftp.FileSystemExceptionFactory
-
-
Uses of FileSystemExceptionFactory in com.github.robtimus.filesystems.sftp
Classes in com.github.robtimus.filesystems.sftp that implement FileSystemExceptionFactory Modifier and Type Class Description classDefaultFileSystemExceptionFactoryA defaultFileSystemExceptionFactorythat will return aNoSuchFileExceptionif theidof theSftpExceptionisChannelSftp.SSH_FX_NO_SUCH_FILE, anAccessDeniedExceptionif it'sChannelSftp.SSH_FX_PERMISSION_DENIED, or aFileSystemExceptionotherwise, unless specified otherwise.Methods in com.github.robtimus.filesystems.sftp with parameters of type FileSystemExceptionFactory Modifier and Type Method Description SFTPEnvironmentSFTPEnvironment. withFileSystemExceptionFactory(FileSystemExceptionFactory factory)Stores the file system exception factory to use.
-