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 ofEFileProvisionHandleError
s 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 class
AFileProvisionHandleError.AttachmentCouldNotBeSaved
Exception data class for theEFileProvisionHandleError.ATTACHMENT_COULD_NOT_BE_SAVED
error.static class
AFileProvisionHandleError.FileCouldNotBeRead
Exception data class for theEFileProvisionHandleError.FILE_COULD_NOT_BE_READ
error.
-
Field Summary
Fields Modifier and Type Field Description protected EFileProvisionHandleError
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
AFileProvisionHandleError(EFileProvisionHandleError type, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EFileProvisionHandleError
getType()
-
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.
-
-