public class UndispatchableJobException extends Exception
The exception indicates that there may be something wrong with the job or that the job cannot be dispatched because of related circumstances.
| Constructor and Description |
|---|
UndispatchableJobException(String message)
Creates a new undispatchable job exception
|
UndispatchableJobException(String message,
Throwable t)
Creates a new undispatchable job exception
|
UndispatchableJobException(Throwable t)
Creates a new undispatchable job exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UndispatchableJobException(String message, Throwable t)
message - the error messaget - the exception causing the errorpublic UndispatchableJobException(String message)
message - the error messagepublic UndispatchableJobException(Throwable t)
t - the exception causing the errorCopyright © 2009–2020 Opencast Project. All rights reserved.