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