Class UndispatchableJobException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.impl.UndispatchableJobException
All Implemented Interfaces:
Serializable

public class UndispatchableJobException extends Exception
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 Details

    • UndispatchableJobException

      public UndispatchableJobException(String message)
      Creates an exception with an error message.
      Parameters:
      message - the error message