Class CoverImageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.coverimage.CoverImageException
All Implemented Interfaces:
Serializable

public class CoverImageException extends Exception
This exception may be thrown by a cover image service.
See Also:
  • Constructor Details

    • CoverImageException

      public CoverImageException(String message)
      Creates a new cover image exception with the given error message.
      Parameters:
      message - the error message
    • CoverImageException

      public CoverImageException(String message, Throwable cause)
      Creates a new cover image exception with the given error message, caused by the given exception.
      Parameters:
      message - the error message
      cause - the error cause
    • CoverImageException

      public CoverImageException(Throwable cause)
      Creates a new cover image exception, caused by the given exception.
      Parameters:
      cause - the error cause