public class ConstraintException extends SchedulerException
Constructor and Description |
---|
ConstraintException()
Constructor
|
ConstraintException(String msg)
Constructor with a detailed message.
|
ConstraintException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
ConstraintException(Throwable cause)
Constructor with the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConstraintException()
public ConstraintException(String msg)
msg
- the associated detailed messagepublic ConstraintException(Throwable cause)
cause
- the underlying cause for exception.