Class AFileProvisionHandleError.FileCouldNotBeRead

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AFileProvisionHandleError
de.xima.fc.exceptions.AFileProvisionHandleError.FileCouldNotBeRead
All Implemented Interfaces:
Serializable
Enclosing class:
AFileProvisionHandleError

public static final class AFileProvisionHandleError.FileCouldNotBeRead extends AFileProvisionHandleError
Exception data class for the EFileProvisionHandleError.FILE_COULD_NOT_BE_READ error.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FileCouldNotBeRead

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

    • getFile

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