Class AFileProvisionHandleError.FileCouldNotBeRead

    • Constructor Detail

      • FileCouldNotBeRead

        public FileCouldNotBeRead​(File file,
                                  Throwable cause)
        Parameters:
        file - The file for which could not be read.
        cause - The cause of the error.
    • Method Detail

      • getFile

        public File getFile()
        Returns:
        The file which could not be read.