Class ConstraintViolatedException

    • Constructor Detail

      • ConstraintViolatedException

        public ConstraintViolatedException​(Throwable cause,
                                           String parameterName,
                                           String message,
                                           SchedulerEntity entity)
        Constraint violated in the context of the given constraint entity.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        parameterName - The name of the parameter that failed to validate.
        message - The message to pass to the user.
        entity - The entity for which the constraint failed.