Package org.opencastproject.composer.api
Class EncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.composer.api.EncoderException
- All Implemented Interfaces:
Serializable
This exception may be thrown by an encoder.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncoderException(String message) Creates a new encoder exception with the given error message.EncoderException(String message, Throwable cause) Creates a new encoder exception with the given error message, caused by the given exception.EncoderException(Throwable cause) Creates a new encoder 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
-
EncoderException
Creates a new encoder exception with the given error message.- Parameters:
message- the error message
-
EncoderException
Creates a new encoder exception with the given error message, caused by the given exception.- Parameters:
message- the error messagecause- the error cause
-
EncoderException
Creates a new encoder exception, caused by the given exception.- Parameters:
cause- the error cause
-