Package de.xima.fc.exceptions
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
Exception data class for theEFileProvisionHandleError.ATTACHMENT_COULD_NOT_BE_SAVED
error.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.exceptions.AFileProvisionHandleError
AFileProvisionHandleError.AttachmentCouldNotBeSaved, AFileProvisionHandleError.FileCouldNotBeRead
-
-
Field Summary
-
Fields inherited from class de.xima.fc.exceptions.AFileProvisionHandleError
type
-
-
Constructor Summary
Constructors Constructor Description AttachmentCouldNotBeSaved(File file, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
-
Methods inherited from class de.xima.fc.exceptions.AFileProvisionHandleError
getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getFile
public File getFile()
- Returns:
- The file for which the attachment could not be saved.
-
-