Class MediaInspectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.inspection.api.MediaInspectionException
All Implemented Interfaces:
Serializable

public class MediaInspectionException extends Exception
Exception thrown by the MediaInspectionService operations.
See Also:
  • Constructor Details

    • MediaInspectionException

      public MediaInspectionException(String message)
      Creates a new inspection exception with the specified error message.
      Parameters:
      message - the error message
    • MediaInspectionException

      public MediaInspectionException(String message, Throwable cause)
      Creates a new inspection exception with the specified error message and wrapping the original exception.
      Parameters:
      message - the error message
      cause - the original error
    • MediaInspectionException

      public MediaInspectionException(Throwable cause)
      Creates a new inspection exception by wrapping the original error .
      Parameters:
      cause - the original error