Package org.opencastproject.coverimage
Class CoverImageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.coverimage.CoverImageException
- All Implemented Interfaces:
Serializable
This exception may be thrown by a cover image service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCoverImageException(String message) Creates a new cover image exception with the given error message.CoverImageException(String message, Throwable cause) Creates a new cover image exception with the given error message, caused by the given exception.CoverImageException(Throwable cause) Creates a new cover image exception, caused by the given exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoverImageException
Creates a new cover image exception with the given error message.- Parameters:
message- the error message
-
CoverImageException
Creates a new cover image exception with the given error message, caused by the given exception.- Parameters:
message- the error messagecause- the error cause
-
CoverImageException
Creates a new cover image exception, caused by the given exception.- Parameters:
cause- the error cause
-