Class TimelinePreviewsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.timelinepreviews.api.TimelinePreviewsException
All Implemented Interfaces:
Serializable

public class TimelinePreviewsException extends Exception
This exception is thrown during generation of timeline preview images.
See Also:
  • Constructor Details

    • TimelinePreviewsException

      public TimelinePreviewsException(String message)
      Creates a new timeline previews exception with message as a reason.
      Parameters:
      message - the reason of failure
    • TimelinePreviewsException

      public TimelinePreviewsException(Throwable cause)
      Creates a new timeline previews exception where cause identifies the original reason of failure.
      Parameters:
      cause - the root cause for the failure
    • TimelinePreviewsException

      public TimelinePreviewsException(String message, Throwable cause)
      Creates a new timeline previews exception with message as a reason and cause as the original cause of failure.
      Parameters:
      message - the reason of failure
      cause - the root cause for the failure