Class UndispatchableJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.impl.UndispatchableJobException
- All Implemented Interfaces:
Serializable
Exception that is thrown if a job is not dispatchable by any service that would normally accept this type of work.
The exception indicates that there may be something wrong with the job or that the job cannot be dispatched because of related circumstances.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUndispatchableJobException(String message) Creates an exception with an error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndispatchableJobException
Creates an exception with an error message.- Parameters:
message- the error message
-