| Class | Description |
|---|---|
| FileCopyErrorTypeProvider |
Errors that can be thrown both in
BaseFileSystemOperations#copy(FileConnectorConfig, FileSystem, String, String, boolean, boolean, Event) or
BaseFileSystemOperations#move(FileConnectorConfig, FileSystem, String, String, boolean, boolean, Event) operation. |
| FileDeleteErrorTypeProvider |
Errors that can be thrown in the
BaseFileSystemOperations#delete(FileSystem, String, Event) operation. |
| FileListErrorTypeProvider |
Errors that can be thrown in the
BaseFileSystemOperations#list(FileConnectorConfig, FileSystem, String, boolean, Message, FileMatcher)
operation. |
| FileReadErrorTypeProvider |
Errors that can be thrown in the
BaseFileSystemOperations.doRead(FileConnectorConfig, FileSystem, String, MediaType, boolean) operation. |
| FileRenameErrorTypeProvider |
Errors that can be thrown both in the
BaseFileSystemOperations#rename(FileSystem, String, String, boolean, Event)
or the BaseFileSystemOperations#createDirectory(FileSystem, String) operation. |
| FileWriteErrorTypeProvider |
Errors that can be thrown in the
BaseFileSystemOperations#write(FileConnectorConfig, FileSystem, String, Object, String, boolean, boolean, FileWriteMode, Event)
operation. |
| Enum | Description |
|---|---|
| FileError |
Errors for the file family extensions
|
| Exception | Description |
|---|---|
| FileAccessDeniedException |
ModuleException to be thrown in the cases in which there is not enough permissions to access a particular file or
directory. |
| FileAlreadyExistsException |
ModuleException to be thrown in the cases in which a given file already exists. |
| FileLockedException |
ModuleException for the cases in which a lock cannot be acquired over a file. |
| IllegalContentException |
ModuleException to be thrown in the cases in which the received content to be written is invalid. |
| IllegalPathException |
ModuleException to be thrown in the cases in which a given path is invalid. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.