Class AFileProvisionHandleError.AttachmentCouldNotBeSaved

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

public static final class AFileProvisionHandleError.AttachmentCouldNotBeSaved extends AFileProvisionHandleError
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AttachmentCouldNotBeSaved

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

    • getFile

      public File getFile()
      Returns:
      The file for which the attachment could not be saved.