Class ConstraintViolationException

    • Constructor Detail

      • ConstraintViolationException

        public ConstraintViolationException()
        Instantiates a new constraint violation exception.
      • ConstraintViolationException

        public ConstraintViolationException​(String message)
        The Constructor.
        Parameters:
        message - the message
      • ConstraintViolationException

        public ConstraintViolationException​(Throwable cause)
        The Constructor.
        Parameters:
        cause - the cause
      • ConstraintViolationException

        public ConstraintViolationException​(String message,
                                            Throwable cause)
        The Constructor.
        Parameters:
        message - the message
        cause - the cause