Class AFileListResolutionError.FileSystemError

All Implemented Interfaces:
Serializable
Enclosing class:
AFileListResolutionError

public static final class AFileListResolutionError.FileSystemError extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for the EResourceItemResolutionError.FILE_SYSTEM_ERROR error.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FileSystemError

      public FileSystemError(String message, IOException cause, ResourceItem item)
      Parameters:
      message - Error message with a short description.
      cause - Underlying cause of the error.
      item - Item that was resolved.
  • Method Details

    • getIoException

      public IOException getIoException()
      Returns:
      The underlying IO exception of the file system error.