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