Package org.opencastproject.editor.api
Class EditorServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.editor.api.EditorServiceException
- All Implemented Interfaces:
Serializable
This exception may be thrown by the EditorService.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEditorServiceException(String message, ErrorStatus status) Creates a new editor service exception with the given error message.EditorServiceException(String message, ErrorStatus status, Throwable cause) Creates a new editor service exception with the given error message, 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
-
EditorServiceException
Creates a new editor service exception with the given error message.- Parameters:
message- the error message
-
EditorServiceException
Creates a new editor service exception with the given error message, caused by the given exception.- Parameters:
message- the error messagecause- the error cause
-
-
Method Details
-
getErrorStatus
-