Class AFileListResolutionError.FileSystemError

    • Constructor Detail

      • 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 Detail

      • getIoException

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