Class MediaInspectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.inspection.api.MediaInspectionException
- All Implemented Interfaces:
Serializable
Exception thrown by the
MediaInspectionService operations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMediaInspectionException(String message) Creates a new inspection exception with the specified error message.MediaInspectionException(String message, Throwable cause) Creates a new inspection exception with the specified error message and wrapping the original exception.Creates a new inspection exception by wrapping the original error . -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MediaInspectionException
Creates a new inspection exception with the specified error message.- Parameters:
message- the error message
-
MediaInspectionException
Creates a new inspection exception with the specified error message and wrapping the original exception.- Parameters:
message- the error messagecause- the original error
-
MediaInspectionException
Creates a new inspection exception by wrapping the original error .- Parameters:
cause- the original error
-