Package de.xima.fc.exceptions
Class AFileProvisionHandleError
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.exceptions.AFileProvisionHandleError
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AFileProvisionHandleError.AttachmentCouldNotBeSaved,AFileProvisionHandleError.FileCouldNotBeRead
public abstract class AFileProvisionHandleError extends Exception
Exception class for the various kinds ofEFileProvisionHandleErrors with additional data. This should be considered a sealed class and not be extended by third party classes.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAFileProvisionHandleError.AttachmentCouldNotBeSavedException data class for theEFileProvisionHandleError.ATTACHMENT_COULD_NOT_BE_SAVEDerror.static classAFileProvisionHandleError.FileCouldNotBeReadException data class for theEFileProvisionHandleError.FILE_COULD_NOT_BE_READerror. 
- 
Field Summary
Fields Modifier and Type Field Description protected EFileProvisionHandleErrortype 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAFileProvisionHandleError(EFileProvisionHandleError type, String message, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EFileProvisionHandleErrorgetType()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
type
protected final EFileProvisionHandleError type
 
 - 
 
- 
Constructor Detail
- 
AFileProvisionHandleError
protected AFileProvisionHandleError(EFileProvisionHandleError type, String message, Throwable cause)
 
 - 
 
- 
Method Detail
- 
getType
public final EFileProvisionHandleError getType()
- Returns:
 - The type of provision handle resolution error.
 
 
 - 
 
 -