| Class | Description |
|---|---|
| FileCopyErrorTypeProvider |
Errors that can be thrown both in
BaseFileSystemOperations#copy(FileConnectorConfig, FileSystem, String, String, boolean, boolean, CoreEvent) or
BaseFileSystemOperations#move(FileConnectorConfig, FileSystem, String, String, boolean, boolean, CoreEvent) operation. |
| FileDeleteErrorTypeProvider |
Errors that can be thrown in the
BaseFileSystemOperations#delete(FileSystem, String, CoreEvent) 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, CoreEvent)
or the BaseFileSystemOperations#createDirectory(FileSystem, String) operation. |
| FileWriteErrorTypeProvider |
Errors that can be thrown in the
BaseFileSystemOperations.doWrite(FileConnectorConfig, FileSystem, String, InputStream, String, boolean, boolean, FileWriteMode)
operation. |
| Enum | Description |
|---|---|
| FileError |
Errors for the file family extensions
|
| Exception | Description |
|---|---|
| DeletedFileWhileReadException |
This exception is thrown when at the moment of getting the actual content of a file, it has already been deleted.
|
| 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. |
| FileBeingModifiedException |
This exception is thrown when at the moment of getting the actual content of a file, its size is still changing.
|
| FileLockedException |
ModuleException for the cases in which a lock cannot be acquired over a file. |
| FileReadException |
MuleRuntimeException to be thrown when there is a problem while trying to read the content of a file lazily. |
| 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–2019 MuleSoft, Inc.. All rights reserved.