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