Package de.xima.fc.exceptions
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 theEFileProvisionHandleError.FILE_COULD_NOT_BE_READerror.- 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 FileCouldNotBeRead(File file, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()- 
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 
 - 
 
 -