Class UndispatchableJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.api.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, Throwable t) Creates a new undispatchable job exceptionCreates a new undispatchable job 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
-
UndispatchableJobException
Creates a new undispatchable job exception- Parameters:
message- the error messaget- the exception causing the error
-
UndispatchableJobException
Creates a new undispatchable job exception- Parameters:
t- the exception causing the error
-