Class EditorServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.editor.api.EditorServiceException
All Implemented Interfaces:
Serializable

public class EditorServiceException extends Exception
This exception may be thrown by the EditorService.
See Also:
  • Constructor Details

    • EditorServiceException

      public EditorServiceException(String message, ErrorStatus status)
      Creates a new editor service exception with the given error message.
      Parameters:
      message - the error message
    • EditorServiceException

      public EditorServiceException(String message, ErrorStatus status, Throwable cause)
      Creates a new editor service exception with the given error message, caused by the given exception.
      Parameters:
      message - the error message
      cause - the error cause
  • Method Details