Class EncoderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.composer.api.EncoderException
All Implemented Interfaces:
Serializable

public class EncoderException extends Exception
This exception may be thrown by an encoder.
See Also:
  • Constructor Details

    • EncoderException

      public EncoderException(String message)
      Creates a new encoder exception with the given error message.
      Parameters:
      message - the error message
    • EncoderException

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

      public EncoderException(Throwable cause)
      Creates a new encoder exception, caused by the given exception.
      Parameters:
      cause - the error cause