Class TimelinePreviewsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.timelinepreviews.api.TimelinePreviewsException
- All Implemented Interfaces:
Serializable
This exception is thrown during generation of timeline preview images.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimelinePreviewsException(String message) Creates a new timeline previews exception withmessageas a reason.TimelinePreviewsException(String message, Throwable cause) Creates a new timeline previews exception withmessageas a reason andcauseas the original cause of failure.Creates a new timeline previews exception wherecauseidentifies the original reason of failure. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimelinePreviewsException
Creates a new timeline previews exception withmessageas a reason.- Parameters:
message- the reason of failure
-
TimelinePreviewsException
Creates a new timeline previews exception wherecauseidentifies the original reason of failure.- Parameters:
cause- the root cause for the failure
-
TimelinePreviewsException
Creates a new timeline previews exception withmessageas a reason andcauseas the original cause of failure.- Parameters:
message- the reason of failurecause- the root cause for the failure
-