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