Class JobEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.adminui.exception.JobEndpointException
- All Implemented Interfaces:
Serializable
An exception which indicates an error from the job endpoint
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobEndpointException(String message, Throwable cause) Full fledged constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobEndpointException
Full fledged constructor.- Parameters:
message-cause-
-