Class ConstraintException

All Implemented Interfaces:
Serializable

public class ConstraintException extends SchedulerException
Exception to indicate violation of a system enforced constraint.
See Also:
  • Constructor Details

    • ConstraintException

      public ConstraintException()
      Constructor
    • ConstraintException

      public ConstraintException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the associated detailed message
    • ConstraintException

      public ConstraintException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - the underlying cause for exception.
    • ConstraintException

      public ConstraintException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - the detailed message for the exception.
      cause - underlying cause for the exception.