@PublicAPI public class UnknownTaskException extends SchedulerException
Constructor and Description |
---|
UnknownTaskException()
Create a new instance of UnknownTaskException
|
UnknownTaskException(String msg)
Create a new instance of UnknownTaskException
|
UnknownTaskException(String taskName,
JobId jobId) |
UnknownTaskException(String msg,
Throwable cause)
Create a new instance of UnknownTaskException
|
UnknownTaskException(TaskId taskId,
JobId jobId) |
UnknownTaskException(Throwable cause)
Create a new instance of UnknownTaskException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownTaskException(String msg)
msg
- the message to attach.public UnknownTaskException()
public UnknownTaskException(String msg, Throwable cause)
msg
- the message to attach.cause
- the cause of the exception.public UnknownTaskException(Throwable cause)
cause
- the cause of the exception.