Class ProcessFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.videoeditor.api.ProcessFailedException
- All Implemented Interfaces:
Serializable
Processing error exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessFailedException(String message) ProcessFailedException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessFailedException
-
ProcessFailedException
-