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
Exception class for the various kinds of
EFileProvisionHandleErrors 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classException data class for theEFileProvisionHandleError.ATTACHMENT_COULD_NOT_BE_SAVEDerror.static final classException data class for theEFileProvisionHandleError.FILE_COULD_NOT_BE_READerror. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAFileProvisionHandleError(EFileProvisionHandleError type, String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
-
Constructor Details
-
AFileProvisionHandleError
protected AFileProvisionHandleError(EFileProvisionHandleError type, String message, Throwable cause)
-
-
Method Details
-
getType
- Returns:
- The type of provision handle resolution error.
-